copyleftconf-website/pinaxcon/templates/pages/venue.html

10 lines
291 B
HTML
Raw Normal View History

{% 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 %}