JAL-957 first attempt to build examples with jbake
[jalview.git] / examples-jbake / templates / page.ftl
1 <#include "header.ftl"/>
2 <#include "macros.ftl"/>
3 <#include "sidebar.ftl"/>
4 <div id="content" class="content">
5
6 <#if (content.class?exists) > 
7   <#include content.class />
8 </#if>
9 <!-- content start -->
10 ${content.body}
11 <!-- content end -->
12 </div>
13 <#include "footer.ftl"/>