Files @ 705c21c637f3
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/pages/venue.html - annotation

Christopher Neugebauer
Merge branch 'master' of github.com:northbaypython/website
1
2
3
4
5
6
7
8
9
{% 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 %}