5409d4974a
I think this removes most references to "hobart", "pycon", and "2017" There are still some references to some images that we don't have a replacement for.
22 lines
424 B
HTML
22 lines
424 B
HTML
{% extends "site_base.html" %}
|
|
{% load staticfiles %}
|
|
|
|
{% load lca2018_tags %}
|
|
|
|
|
|
{% load i18n %}
|
|
|
|
{% block body_class %}template-content-page{% endblock %}
|
|
|
|
{% block head_title %}{% endblock %}
|
|
|
|
{% block body %}
|
|
{% block content_base %}
|
|
<div class="l-content-page">
|
|
<div class="l-content-page--richtext">
|
|
{% block content %}
|
|
{% endblock %}
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
{% endblock %}
|