chore: initial commit

This commit is contained in:
2026-03-09 12:26:00 +01:00
commit 1df9fe960a
30 changed files with 1449 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{% extends "base.html" %}
{% load static %}
{% load wagtailcore_tags %}
{% block body_class %}template-homepage{% endblock %}
{% block extra_css %}
{% endblock extra_css %}
{% block content %}
{{ page.body|richtext }}
{% endblock content %}