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

{%- block content -%}

{% if section.content %}
  {{ section.content | safe }}
{% endif %}

{%- endblock content -%}