Use default loop variable.
[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                 <%include include/pagination.html>
7                 <%foreach posts post>
8                         <%include include/viewPost.html>
9                 <%foreachelse>
10                         <div><%= Page.Index.PostList.Text.NoPostYet|l10n|html></div>
11                 <%/foreach>
12                 <%include include/pagination.html>
13         </div>
14
15 <%include include/tail.html>