20 lines
386 B
HTML
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 %}
|