Files
kontor/kotlin-spring/src/main/resources/templates/kontor.mustache
T
2025-01-09 19:28:50 +01:00

19 lines
368 B
Plaintext

{{> header}}
{{> menu}}
<div>
{{#banner.title}}
<section>
<header class="banner">
<h2 class="banner-title">{{banner.title}}</h2>
</header>
<div class="banner-content">
{{banner.content}}
</div>
</section>
{{/banner.title}}
</div>
{{> footer}}