comfy/wagtail_store/home/templates/home/home_page.html

11 wiersze
199 B
HTML

{% extends "base.html" %}
{% load wagtailcore_tags %}
{% block body_class %}template-homepage{% endblock %}
{% block content %}
<div>
{{ page.body|richtext }}
</div>
{% endblock %}