Changes: transcription

This commit is contained in:
2021-10-08 09:44:50 +02:00
parent 21e2fc7a24
commit 757d8aeadf
5 changed files with 99 additions and 41 deletions
+6 -2
View File
@@ -2,7 +2,11 @@
<div class="row">
<div class="col-md-12">
<h1>{{=u1}}</h1>
<h2>{{=u2}}</h2>
<h1>Current Images</h1>
<ul>
{{for image in images:}}
{{=LI(A(image.title, _href=URL("show", args=image.id)))}}
{{pass}}
</ul>
</div>
</div>