{% extends "wagtail_base.html" %} {% load static sri navbar_tags %} {% block content %} {% if page.body_html %}
{{ page.body_html|safe }}
{% endif %} {% endblock %} {% block post_content %} {% if not request.is_preview %} {% include "common/shareon.html" %} {% include "common/comments.html" %} {% if not request.user.is_authenticated %} {% support_pill %} {% endif %} {% endif %} {% endblock %} {% block extra_css %} {% sri_static "css/content-contrib.css" %} {% sri_static "contrib/shareon/shareon.min.css" %} {% endblock %} {% block extra_js %} {% endblock %}