My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/infra/website/crumbs/templates/page.html

19 lines
321 B

{% extends "base.html" %}
{% block body %}
<div class="gay nav">
{% include "components/title.html" %}
{% include "components/links.html" %}
</div>
{% include "components/gay.html" %}
<div class="content">
<h1>{{ page.title }}</h1>
<div class="article">
{{ page.content }}
</div>
</div>
{% endblock %}