summaryrefslogtreecommitdiff
path: root/templates/index.html.j2
blob: bc21bcfc88954b8341241d172f35052fda7ada6f (plain)
1
2
3
4
{% extends "template.html.j2" %}
{% block content %}
    {{markdown|safe}}
{% endblock %}