X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=122a48761000e2544fd9642216b8792e7ef0ac5b;hb=18f07325f79a3b93cee8d5f1a53adc0dbb7f1e1d;hp=4a12bb96666041f34bf896df93e34d5a6d2e3cb5;hpb=e08a41285a8cc93e1ce89e4e3296a1a0e8e4e4b1;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 4a12bb9..122a487 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,31 +1,21 @@ -
+<%include include/head.html> -

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

- -
-
-
- - -
-
- -
-
-
+

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

-
+
<%foreach posts post> -
- -
<% post.text|html>
-
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
-
+ <%include include/viewPost.html> <%foreachelse>
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
<%/foreach>
-
\ No newline at end of file +<%include include/tail.html>