Files
mattrbld/_includes/layouts/page.njk

12 lines
146 B
Plaintext
Raw Normal View History

---
layout: base.njk
---
<h1>{{ title }}</h1>
{% if hero %}
<img src="{{ hero.src }}" alt="{{ hero.alt }}">
2026-05-13 10:49:51 -07:00
{% endif %}
{{ content | safe }}