copyleftconf-website/pinaxcon/templates/static_pages/attend/transit.html
2017-11-13 09:48:02 -08:00

20 lines
386 B
HTML

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