summaryrefslogtreecommitdiff
path: root/project/templates/about/publicity.html
blob: 71c6deabde6011d7b68d435876077bad542453cc (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}
{% block content %}
<h1>Publicity Materials</h1>

<div class="entry">
<h2>Poster</h2>
<p>
<a href="/static/img/scipy-poster.png">Download Poster</a>
</p>
</div>
{% endblock content %}