File diff d9d0c8b7913f → b0d988a339f0
pinaxcon/templates/static_pages/attend/transit.html
Show inline comments
 
new file 100644
 
{% 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 %}