Add page tail that contains the key of the current Sone.
[Sone.git] / src / main / resources / templates / include / tail.html
1         </div>
2         
3         <div id="tail">
4                 <%ifnull ! currentSone>
5                         <div class="import-key"><%= Page.Tail.Text.KeyOfSone|l10n|html><br/><% currentSone.requestUri|html></div>
6                 <%/if>
7         </div>
8         
9 </div>