Files
rocky-man/templates/man_page.j2
Stephen Simpson 2287678798 Init
2025-01-09 15:39:20 -06:00

9 lines
204 B
Django/Jinja

{% extends "base.j2" %}
{% block body %}
<header class="header">
<h1>{{ header_title }}</h1>
</header>
<main class="main-content">
{{ main_content }}
</main>
{% endblock %}