Files @ 348a397abab1
Branch filter:

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

Sam Kitajima-Kimbrel
First stab at a "pitch your boss" page.

No idea if this is the direction we want to go in but have a look.
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}

{% block head_title %}Attend{% endblock %}

{% block heading %}Attend{% endblock %}

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

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


{% block content %}

Content

{% endblock %}