]> git.xolatile.top Git - gorillanest.git/commitdiff
Template Maxx, Get Predefined And Structured With Flexibility Intact
authorEmil Williams <emilemilemil@cock.li>
Sun, 17 Aug 2025 14:00:00 +0000 (14:00 +0000)
committerEmil Williams <emilemilemil@cock.li>
Sun, 17 Aug 2025 14:00:00 +0000 (14:00 +0000)
template/index.tt
template/index_user.tt

index bf0c501c66fcf89d12a2b464745d08c280d299ca..829ee7202fd08a5a06dcb478ceab7fe20675959e 100644 (file)
@@ -2,9 +2,7 @@
 [% INCLUDE head.tt %]
 <body>
 <h1>index</h1>
-[% FOR i IN directories %]
-[% i %]
-[% END %]
+<ul>[% FOR i IN directories %]<li>[% i %]</li>[% END %]</ul>
 </body>
 [% INCLUDE foot.tt %]
 </html>
index 2cbfbedaba8e8d5db2087170f6eb78f538fbf4c5..886beecbb689d4249eae4f25f3a491dbc77e85a5 100644 (file)
@@ -2,6 +2,7 @@
 [% INCLUDE head.tt %]
 <body>
 <h1>index_user</h1>
+<ul>[% FOR i IN directories %]<li>[% i %]</li>[% END %]</ul>
 </body>
 [% INCLUDE foot.tt %]
 </html>