copyleftconf-website/pinaxcon/templates/pages/sponsors/info.html
2017-06-07 17:51:13 -07:00

9 lines
286 B
HTML

{% 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 %}