We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4a3a2 commit 2f95eacCopy full SHA for 2f95eac
1 file changed
src/assets/app.js.njk
@@ -50,7 +50,7 @@ document.addEventListener('click', function(event) {
50
{% endfor %}
51
52
{% for moduleList in modules %}
53
- {% for macro in macroList %}
+ {% for module in moduleList %}
54
index.add(
55
{
56
id: i++,
0 commit comments