generated from inherentlee/11ty
12 lines
146 B
Plaintext
12 lines
146 B
Plaintext
---
|
|
layout: base.njk
|
|
---
|
|
|
|
<h1>{{ title }}</h1>
|
|
|
|
{% if hero %}
|
|
<img src="{{ hero.src }}" alt="{{ hero.alt }}">
|
|
{% endif %}
|
|
|
|
{{ content | safe }}
|