1 Commits

Author SHA1 Message Date
texhno 7684fccfa3 FE tst commit 2024-01-15 20:16:05 +01:00
+3 -2
View File
@@ -11,8 +11,9 @@
</header> </header>
<main> <main>
<section> <section>
<p> {{ pagevariable1 }} <p> {% for task in tasks %}
<p> {{ pagevariable2 }} <p> <li>{{task}}</li>
{% endfor %}
</section> </section>
</main> </main>
<footer> <footer>