Files @ d0bbb39748cf
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html

Nick Seidenman (N6)
A few more tweaks to app.css, removing stuff that makes things look less like the wooden site.
{% 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 %}