fmouhart.epheme.re/templates/index.html
2023-11-02 09:04:40 +01:00

6 lines
114 B
HTML

{% extends "base.html" %}
{% block main %}
{{ section.content | markdown(inline = true) | safe }}
{% endblock %}