diff --git a/pinaxcon/templates/pages/venue.html b/pinaxcon/templates/pages/venue.html new file mode 100644 index 0000000000000000000000000000000000000000..ee3ea28ca958718d95623e78987c234b702d680f --- /dev/null +++ b/pinaxcon/templates/pages/venue.html @@ -0,0 +1,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 %} +

I am the body content

+{% endblock %}