summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: b539396d86618c985a61d0e0ab5e28baaee8d66a (plain)
1
2
3
4
{% extends "base.html" %}
{% block content %}
  {{ section.content | safe }}
{% endblock %}