simplyOpen/templates/page.html

9 lines
174 B
HTML
Raw Normal View History

2023-03-16 21:40:13 +01:00
{% extends "base.html" %}
{% block title %}{{ page.title }}- {{ SITENAME }}{% endblock %}
{% block content %}
<h1>{{ page.title }}</h1>
{{ page.content }}
{% endblock %}