clap/site/templates/index.html

11 lines
215 B
HTML
Raw Normal View History

2020-11-13 23:39:23 +00:00
{% extends "shared/base.html" %}
{% block title %}{{ section.title }}{% endblock title %}
{% block content %}
{% include "shared/header.html" %}
<main id="content" class="maxview">
</main>
{% endblock content %}