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