Files @ 08c8f23344a3
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html

Christopher Neugebauer
Merge pull request #23 from faulteh/master

site_base.html refactor
{% 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 %}