Files @ 39b556b7ac4f
Branch filter:

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

Sachi King
Mass style-check update

Seems okay.
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 %}