Files @ 4dd1d60b3dda
Branch filter:

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

Josh Simmons
Merge pull request #16 from northbaypython/josh/copy

exporting updated site tree
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 %}