X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=4110320a3dc243c342dfba8bc4b463f4fe9d821e;hb=c22fef2c8f2507465a1aee661362adf90c7b48af;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..4110320 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -14,4 +14,18 @@ +

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

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