JAL-653 JAL-1780 dropped av.setHasHiddenRows() and made av.hasHiddenRows() dynamic...
[jalview.git] / examples-jbake / templates / post.ftl
1 <#include "header.ftl">
2         
3         <#include "menu.ftl">
4         
5         <div class="page-header">
6                 <h1>${content.title}</h1>
7         </div>
8
9         <p><em>${content.date?string("dd MMMM yyyy")}</em></p>
10
11         <p>${content.body}</p>
12
13         <hr>
14         
15 <#include "footer.ftl">