summaryrefslogtreecommitdiffstats
path: root/templates/pages/index.html
blob: 0f295e74b9c620fadd80f41b03164b8b5f90b221 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{% block content %}
<div class="markdown">
  {% include page %}
</div>
<br/>
{% endblock %}