Move most of the JavaScript to sone.js.
[Sone.git] / src / main / resources / templates / index.html
1 <%include include/head.html>
2
3         <h1><%= Page.Index.PostList.Title|l10n|html></h1>
4
5         <div id="posts">
6                 <%foreach posts post>
7                         <%include include/viewPost.html>
8                 <%foreachelse>
9                         <div><%= Page.Index.PostList.Text.NoPostYet|l10n|html></div>
10                 <%/foreach>
11         </div>
12
13 <%include include/tail.html>