Files @ 2f43a3b9e668
Branch filter:

Location: symposion_app/pinaxcon/templates/cms_pages/content_page.html

Nick Seidenman (N6)
Merge branch 'develop'
1
2
3
4
5
6
7
8
9
{% extends "cms_pages/abstract_content_page.html" %}
{% load pyconau2017_tags %}

{% load sitetree %}
{% load i18n %}

{% block body_class %}template-content-page{% endblock %}

{% block header_inset_image %}{% illustration page.inset_illustration %}{% endblock %}