File diff e405e31a9b12 → cab9734d99d6
pinaxcon/templates/static_pages/about/petaluma.html
Show inline comments
 
new file 100644
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% load i18n %}
 

	
 
{% block head_title %}Petaluma{% endblock %}
 

	
 
{% block heading %}Petaluma{% endblock %}
 

	
 
{% block body_class %}about{% endblock %}
 

	
 
{% block lede %}
 
  Lede
 
{% endblock %}
 

	
 

	
 
{% block content %}
 

	
 
reuse existing content and point to How to Get Here, Where to Stay, and the Wiki
 

	
 
{% endblock %}