Files @ 4da55d2c5138
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/attend/travel.html

Joshua Simmons
tweak nav
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}

{% block head_title %}How to Get Here{% endblock %}

{% block heading %}How to Get Here{% endblock %}

{% block body_class %}attend{% endblock %}

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


{% block content %}

Content

{% endblock %}