copyleftconf-website/pinaxcon/templates/pages/sponsors/info.html

10 lines
286 B
HTML
Raw Normal View History

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