symposion_app/pinaxcon/templates/pyconau2017/content_page.html
Nick Seidenman (N6) ac7228ec50 Default content page and sponsor list is working, mostly.
TODO: get sponsor logos to show up instead of the names (text).
2017-02-17 18:36:58 +11:00

40 lines
759 B
HTML

{% extends "site_base_wagtail.html" %}
{% load staticfiles %}
{% load wagtailcore_tags %}
{% load pyconau2017_tags %}
{% load sitetree %}
{% load i18n %}
{% block body_class %}template-content-page{% endblock %}
{% block head_title %}{% endblock %}
{% comment %}
{% block body_base %}
{% block body %}
{% block heading_panel %}
{% block topbar_base %}
{% endblock %}
{% endblock %}
{% block content_base %}
{% endcomment %}
{% block content_base %}
{% block content %}
{% endblock %}
{% endblock %}
{% comment %}
the name "extra_script" doesn't actually match the inherited name...
{% block extra_script %}
<!-- script src="{% static 'js/site-92ae8d0d6c.js' %}" type="text/javascript"></script -->
{% endblock %}
{% endcomment %}