rumine-web/home/templates/home/home_page.html

13 lines
353 B
HTML

{% extends "base.html" %}
{% load staticfiles %}
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}"/>
<!-- load wagtailcore_tags by adding this: -->
{% load wagtailcore_tags %}
{% block body_class %}template-homepage{% endblock %}
<!-- replace everything below with: -->
{% block content %}
{{ page.body|richtext }}
{% endblock %}