X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=948b29fdc15b4067d2527373cc57d7fdca5f2115;hb=8bc55daff94063bc5cb6b1d240e408aac836f82b;hp=5f72f18462b2a670e8d2158011007e44de3ac351;hpb=935c7850be29c1c64c98c39b34593eed414bb0cb;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 5f72f18..948b29f 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -1,6 +1,7 @@ + <% currentSone.id> <% currentSone.name|html> @@ -9,4 +10,26 @@ <% currentSone.profile.lastName|html> + + <%foreach currentSone.posts post> + + <% post.id> + + <% post.text|html> + + <%/foreach> + + + + <%foreach currentSone.replies reply> + + <% reply.id> + <% reply.post.sone.requestUri|html> + <% reply.post.id> + + <% reply.text> + + <%/foreach> + +