diff --git a/blog/home/templates/home/home_page.html b/blog/home/templates/home/home_page.html index 389865b..86e5734 100644 --- a/blog/home/templates/home/home_page.html +++ b/blog/home/templates/home/home_page.html @@ -1,6 +1,12 @@ {% extends "base.html" %} +{% load wagtailcore_tags %} {% block content %}

{{ page.title }}

+ {% if page.body %} +
+ {{ page.body|richtext }} +
+ {% endif %}
{% for link in page.links.all %}
{{ link.title }}
{% endfor %}