Files
mattrbld/_includes/layouts/page.njk
2026-05-13 17:00:38 -07:00

14 lines
189 B
Plaintext

---
layout: base.njk
---
{% if hero %}
<img class="hero" src="{{ hero.src }}" alt="{{ hero.alt }}">
{% endif %}
<div id="content">
<h1>{{ title }}</h1>
{{ content | safe }}
</div>