Files @ 6c4d5350fda4
Branch filter:

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

Josh Simmons
Merge pull request #84 from northbaypython/copy

add keynote and program teaser news
1
2
3
4
5
6
7
8
{% extends "site_base.html" %}


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