hennzau

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