Files @ 6bbf0287620f
Branch filter:

Location: copyleftconf-website-fork/pinaxcon/templates/site_base_home.html

Christopher Neugebauer
Merge pull request #69 from northbaypython/chrisjrn/fix-67

Fixes #67
1
2
3
4
5
6
7
8
{% extends "site_base.html" %}


{% block body_base %}
    {% include "_messages.html" %}
    {% block body %}
    {% endblock %}
{% endblock %}