about summary refs log tree commit diff stats
path: root/templates/index.html
blob: 31710be3818299f62b84ebfffff30335e37afb57 (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}

{% block main %}
<content>
  {{ section.content | safe }}
</content>
{% endblock %}