1
0
Fork 0
forked from reudnetz/website
website/templates/page.html
2018-01-15 18:07:59 +01:00

6 lines
102 B
HTML
Executable file

{% extends "index.html" %}
{% block content %}
{{ page.content | safe }}
{% endblock content %}