Add functions to detect a “view Sone” page and the ID of the shown Sone.
[Sone.git] / src / main / resources / templates / viewSone.html
index 534c5ff..b736f8d 100644 (file)
@@ -1,5 +1,8 @@
 <%include include/head.html>
 
+       <div class="page-id hidden">view-sone</div>
+       <div class="sone-id hidden"><% sone.id|html></div>
+
        <%ifnull sone>
 
                <h1><%= Page.ViewSone.Page.TitleWithoutSone|l10n|html></h1>