Add header for the list of posts on the “view Sone” page.
[Sone.git] / src / main / resources / templates / viewSone.html
index 75c0337..a9b0a21 100644 (file)
@@ -20,6 +20,9 @@
 
                <div id="posts">
                        <%foreach sone.posts post>
+                               <%first>
+                                       <h1><%= Page.ViewSone.PostList.Title|l10n|insert needle="{sone}" key=sone.niceName|html></h1>
+                               <%/first>
                                <%include include/viewPost.html>
                        <%foreachelse>
                                <div><%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html></div>