1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
wagtail-website-2018-spike/templates/home/home_page.html

7 lines
119 B
HTML
Raw Normal View History

2018-07-24 20:56:38 +01:00
{% extends "base.html" %}
{% block content %}
{{ self.body }}
2018-07-24 21:16:55 +01:00
{{ settings.WAGTAIL_SITE_NAME }}
2018-07-24 20:56:38 +01:00
{% endblock %}