X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=3955d3b64732d9b268081d6e9748a0b48fdb31f4;hb=db1981cee6635b3d9e56cb37d795bbe931046330;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..3955d3b 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,5 +1,69 @@ -
+<%include include/head.html> -

Sone

+ + +

<%= Page.Index.Page.Title|l10n|insert needle="{sone}" key=currentSone.name|html>

+ +
+
+
+ + +
+
+ +
+
+
+ +

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

+ +
+ <%foreach posts post> + <%include include/viewPost.html> + <%foreachelse> +
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
+ <%/foreach> +
+ +

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

+ +
<%= Page.Index.AddSone.Description|l10n|html>
+ +
+ + + +
+ +<%include include/tail.html>