X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=3bd914fe6ea3b875694971097cecd1954399c72b;hb=e34be62367c121e312e0d5da823a5c8995084c04;hp=154ff3ed7f0e57e2195c6796936ae00cfee90802;hpb=ace61a10afeeeb05ec7ae7facf3d636cd87f3a9b;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 154ff3e..3bd914f 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,17 +1,13 @@ -
+<%include include/head.html> -

<%= Page.Index.Page.Title|l10n|html>

+

<%= Page.Index.PostList.Title|l10n|html>

-
-
-
- - -
-
- -
-
+
+ <%foreach posts post postLoop> + <%include include/viewPost.html> + <%foreachelse> +
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
+ <%/foreach>
-
\ No newline at end of file +<%include include/tail.html>