fixes, cleanup

This commit is contained in:
randogoth 2023-05-03 00:21:33 +03:00
parent 041b2608d5
commit a8c4913437
61 changed files with 54 additions and 2648 deletions

View file

@ -0,0 +1,15 @@
{% extends "base.html" %}
{% block title %}Numinous Field Communication{%endblock%}
{% block content %}
<h1>{{ page.title }}</h1>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{{ page.content }}
{% if page.modified %}
<p>
Last updated: {{ page.locale_modified }}
</p>
{% endif %}
{% endblock %}