diff --git a/pinaxcon/templates/static_pages/attend/transit.html b/pinaxcon/templates/static_pages/attend/transit.html new file mode 100644 index 0000000000000000000000000000000000000000..def1c1b1a7f9bda5f9e821e0ea5d3c4aad21dcb4 --- /dev/null +++ b/pinaxcon/templates/static_pages/attend/transit.html @@ -0,0 +1,20 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} + +{% block head_title %}Getting Around Ptown{% endblock %} + +{% block heading %}Getting Around Ptown{% endblock %} + +{% block body_class %}attend{% endblock %} + +{% block lede %} + +{% endblock %} + + +{% block content %} + +Getting Around Ptown has key distances and details about taxis, busses, and walking paths. + +{% endblock %}