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

{% block content %}
  <h2>{{ section.title }}</h2>
  <div class="content">
    {{ section.content | safe }}
  </div>
{% endblock content %}