copyleftconf-website/pinaxcon/templates/pages/venue.html
2017-06-07 17:51:13 -07:00

9 lines
291 B
HTML

{% extends "page_with_title_and_lede.html" %}
{% block title %}Venue{% endblock %}
{% block heading %}Venue{% endblock %}
{% block lede %}{{ SITE_NAME }} is being held on a Django Hosting facility, somewhere.{% endblock %}
{% block content %}
<p>I am the body content</p>
{% endblock %}