Use head and tail includes on all pages.
[Sone.git] / src / main / resources / templates / deletePost.html
1 <%include include/head.html>
2
3         <h1><%= Page.DeletePost.Page.Title|l10n|html></h1>
4         
5         <div><%= Page.DeletePost.Text.PostWillBeGone|l10n|html></div>
6         
7         <form method="post">
8                 <input type="hidden" name="formPassword" value="<% formPassword|html>" />
9                 <button type="submit" name="confirmDelete" value="1"><%= Page.DeletePost.Button.Yes|l10n|html></button>
10                 <button type="submit"><%= Page.DeletePost.Button.No|l10n|html></button>
11         </form>
12
13 <%include include/tail.html>