![Sachi King](/assets/img/avatar_default.png)
Boxes takes content directly from the DB and drops it into the django templates. This is rather ugly and goes against keeping as much as we can in static locations. As such, this is being dropped.
39 lines
739 B
HTML
39 lines
739 B
HTML
{% extends "site_base_wagtail.html" %}
|
|
{% load staticfiles %}
|
|
{% load wagtailcore_tags %}
|
|
|
|
{% load pyconau2017_tags %}
|
|
|
|
|
|
{% 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 %}
|
|
|