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