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

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