Files @ fdc2503fcfc3
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/pages/sponsors/info.html

Christopher Neugebauer
Merge remote-tracking branch 'rd/all-python'
1
2
3
4
5
6
7
8
9
{% extends "page_with_title_and_lede.html" %}

{% block title %}Sponsorship Prospectus{% endblock %}
{% block heading %}Sponsorship Prospectus{% endblock %}
{% block lede %}{{ SITE_NAME }} wants sponsors.{% endblock %}

{% block content %}
  <p>I am the body content</p>
{% endblock %}