This commit is contained in:
Stephen Simpson
2025-01-04 08:18:27 -06:00
commit 2287678798
16 changed files with 1534 additions and 0 deletions

9
templates/man_page.j2 Normal file
View File

@@ -0,0 +1,9 @@
{% extends "base.j2" %}
{% block body %}
<header class="header">
<h1>{{ header_title }}</h1>
</header>
<main class="main-content">
{{ main_content }}
</main>
{% endblock %}