copyleftconf-website/pinaxcon/templates/site_base_home.html

9 lines
145 B
HTML
Raw Normal View History

2017-08-12 23:37:14 +00:00
{% extends "site_base.html" %}
{% block body_base %}
{% include "_messages.html" %}
{% block body %}
{% endblock %}
{% endblock %}