Files @ 757de4732c26
Branch filter:

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

Joshua Simmons
Merge branch 'ticket-copy' of github.com:northbaypython/website into ticket-copy
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}

{% block head_title %}Events{% endblock %}

{% block heading %}Events{% endblock %}

{% block body_class %}program{% endblock %}

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


{% block content %}

Content

{% endblock %}