Browse Source

snapshot 09.05.2023.1

master
Craig Oates 12 months ago
parent
commit
bc7a34ed6b
  1. 8
      templates/index.html

8
templates/index.html

@ -1,7 +1,9 @@
{% extends "layouts/default.html" %}
{% block title %}{{system-data.first.site-name}}{% endblock %}
{% block content %}
<main>
{{content | safe }}
</main>
<article class="fe-article">
<div class="fe-article-body">
{{content | safe }}
</div>
</article>
{% endblock %}

Loading…
Cancel
Save