9 lines
175 B
HTML
Executable file
9 lines
175 B
HTML
Executable file
{% extends "base.html" %}
|
|
|
|
{% load wagtailcore_tags %}
|
|
|
|
{% block body_class %}template-homepage{% endblock %}
|
|
|
|
{% block content %}
|
|
{{ page.body|richtext }}
|
|
{% endblock %}
|