Files
kursy-mirror/home/templates/home/home_page.html
2026-03-09 12:26:00 +01:00

16 lines
251 B
HTML

{% 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 %}