5 lines
102 B
HTML
Executable file
5 lines
102 B
HTML
Executable file
{% extends "index.html" %}
|
|
|
|
{% block content %}
|
|
{{ page.content | safe }}
|
|
{% endblock content %}
|