Files

14 lines
186 B
Plaintext
Raw Permalink Normal View History

2026-05-18 23:20:54 +02:00
---
layout: base.njk
---
2026-05-18 15:05:58 -07:00
{% if hero %}
<img id="hero" src="{{ hero.src }}" alt="{{ hero.alt }}">
{% endif %}
2026-05-18 23:20:54 +02:00
2026-05-18 15:05:58 -07:00
<div id="content">
<h1>{{ title }}</h1>
{{ content | safe }}
</div>