Add page tail that contains the key of the current Sone.
[Sone.git] / src / main / resources / templates / include / tail.html
index 0e7d491..3e8040a 100644 (file)
@@ -1,2 +1,9 @@
        </div>
+       
+       <div id="tail">
+               <%ifnull ! currentSone>
+                       <div class="import-key"><%= Page.Tail.Text.KeyOfSone|l10n|html><br/><% currentSone.requestUri|html></div>
+               <%/if>
+       </div>
+       
 </div>