tilde/_layouts/event.html
2025-11-26 14:52:41 -06:00

16 lines
219 B
HTML

---
layout: base
---
<div>
<header>
<hgroup>
<h1>{{ page.title }}</h1>
<p>{{ page.subtitle }}</p>
</hgroup>
</header>
<main>
{{ content }}
</main>
</div>