X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewPost.html;fp=src%2Fmain%2Fresources%2Ftemplates%2FviewPost.html;h=0209b20dc05a66fefc09d302e03390430accc6e0;hb=09b9d94dea6b6750a00475ab4e75d378bd76cc8f;hp=237bfce755002292653aec9c6a4830522671cd6f;hpb=4b3a99603aaa202c325bb3c4c54fc58e414d6b83;p=Sone.git diff --git a/src/main/resources/templates/viewPost.html b/src/main/resources/templates/viewPost.html index 237bfce..0209b20 100644 --- a/src/main/resources/templates/viewPost.html +++ b/src/main/resources/templates/viewPost.html @@ -2,25 +2,6 @@

<%= Page.ViewPost.Page.Title|l10n|insert needle="{sone}" key=post.sone.niceName|html>

-
-
<% post.sone.niceName|html>
-
<% post.text|html>
-
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
-
- <%foreach post.replies reply> -
-
<% reply.sone.niceName|html>
-
<% reply.text|html>
-
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
-
- <%/foreach> -
-
- - - - -
-
+ <%include include/viewPost.html>