Files
universal_web_loco_rewrite/assets/views/pages/about.html
Priec 622afc310d UI
2026-05-17 15:16:51 +02:00

11 lines
228 B
HTML

{% extends "base.html" %}
{% block title %}{{ page.title }}{% endblock title %}
{% block content %}
<article>
<h1>{{ page.title }}</h1>
<div>{{ page.content | linebreaksbr | safe }}</div>
</article>
{% endblock content %}