Files
2025-01-04 00:34:03 +01:00

9 lines
219 B
HTML

{{#if data.title.show}}
<header class="journal-page-header">
<h{{data.title.level}}>{{data.name}}</h{{data.title.level}}>
</header>
{{/if}}
<section class="journal-page-content">
{{{editor.content}}}
</section>