X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=4110320a3dc243c342dfba8bc4b463f4fe9d821e;hb=c22fef2c8f2507465a1aee661362adf90c7b48af;hp=2647e7f0168551d8ee469fbffc859b58c9102f55;hpb=a76953c600f2078049dc12bf1dcbab416716b776;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 2647e7f..4110320 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,5 +1,31 @@
-

Sone

+

<%= 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">
+
+ <%foreachelse> +
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
+ <%/foreach> +
\ No newline at end of file