frontend/templates/content/home.html
{% extends "index.html" %};
{% block main_content %}
<div class="home-hero">
<h1 class="title">~{{ config.title }}</h1>
<p class="subtitle">{{ section.extra.subtitle }}</p>
</div>
{{ section.content | safe }}
{% endblock main_content %}