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

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