site-gypsy/themes/default/templates/page.html
Adrian Amaglio 83ca85dac0 init
2023-03-02 08:57:42 +01:00

15 lines
258 B
HTML

{% extends "base.html" %}
{% if page.save_as %}
{% block title %}{{ page.title }}{%endblock%}
{% endif %}
{% block content %}
<div class="padding"></div>
<section>
<h1>{{ page.title }}</h1>
{{ page.content }}
</section>
{% endblock %}