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