pcs-website-test/lektor/lektordata/project/templates/page.html
2024-11-24 20:28:28 +01:00

8 lines
192 B
HTML

{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
<h2>{{ this.title }}</h2>
<div class="inner_page">
{{ this.body }}
</div>
{% endblock %}