Files @ bf0c5eb46613
Branch filter:

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

Joshua Simmons
exporting updated site tree
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 %}