Files @ 607e2ed48e07
Branch filter:

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

Joshua Simmons
Merge remote-tracking branch 'origin/prod' into program
1
2
3
4
5
6
7
8
{% extends "site_base.html" %}


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