This commit is contained in:
Debian
2025-09-08 23:58:12 +02:00
commit 8e10c0e458
35 changed files with 1229 additions and 0 deletions

17
templates/page.ftl Normal file
View 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">