clap/site/templates/index.html
Pavan Kumar Sunkara 8d037452c7 Added clap.rs site
2020-11-14 00:39:23 +01:00

10 lines
215 B
HTML

{% extends "shared/base.html" %}
{% block title %}{{ section.title }}{% endblock title %}
{% block content %}
{% include "shared/header.html" %}
<main id="content" class="maxview">
</main>
{% endblock content %}