Files @ e788626c7fa4
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/about/petaluma.html - annotation

Joshua Simmons
stub out pages, update donate page url and file location
{% 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 %}

Content

{% endblock %}