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>
<main>
<section>
<p> {{ pagevariable1 }} <p>
<p> {{ pagevariable2 }} <p>
{% for task in tasks %}
<li>{{task}}</li>
{% endfor %}
</section>
</main>
<footer>