site-lexique/themes/default/templates/page.html
Adrian Amaglio ec6a0099bd init
2023-02-21 23:53:30 +01:00

13 lines
215 B
HTML

{% extends "base.html" %}
{% if page.save_as %}
{% block title %}{{ SITENAME }} - {{ page.title }}{%endblock%}
{% endif %}
{% block content %}
<h1>{{ page.title }}</h1>
{{ page.content }}
{% endblock %}