Files @ e32942a49dc8
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html

Christopher Neugebauer
Fixes django-sitetree’s breaking of 500 reporting. (#39)
{% extends "site_base.html" %}

{% load i18n %}

{% load wagtailcore_tags %}

{% block head_title %}{% trans "Welcome" %}{% endblock %}

{% block body_class %}home{% endblock %}

{% block body %}
  {{ page.body|richtext }}
{% endblock %}