Init
This commit is contained in:
17
templates/page.ftl
Normal file
17
templates/page.ftl
Normal file
@ -0,0 +1,17 @@
|
||||
<#include "header.ftl">
|
||||
|
||||
<#include "menu.ftl">
|
||||
|
||||
<#if (content.title)??>
|
||||
<div class="page-header">
|
||||
<h1>${content.title}</h1>
|
||||
</div>
|
||||
<#else></#if>
|
||||
|
||||
<p><em>${content.date?string("dd MMMM yyyy")}</em></p>
|
||||
|
||||
<p>${content.body}</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<#include "footer.ftl">
|
Reference in New Issue
Block a user