Init
This commit is contained in:
9
templates/man_page.j2
Normal file
9
templates/man_page.j2
Normal 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 %}
|
||||
Reference in New Issue
Block a user