hennzau

21 commits
Updated 2026-04-25 12:39:37
frontend/templates/content
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 %}