publishing Paxover to Codeberg

This commit is contained in:
2023-01-12 20:00:00 +01:00
commit 690707f090
45 changed files with 1796 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{% extends 'partials/base.html.twig' %}
{% block content %}
{% if page.header.left %}
<div class="left">
{{ page.content | raw }}
</div>
{% else %}
{{ page.content|raw }}
{% endif %}
{% endblock %}