equal
deleted
inserted
replaced
|
1 {% extends "base.html" %} |
|
2 {% block content %} |
|
3 <h1>Publicity Materials</h1> |
|
4 |
|
5 <div class="entry"> |
|
6 <h2>Poster</h2> |
|
7 <p> |
|
8 <a href="/static/img/scipy-poster.png">Download Poster</a> |
|
9 </p> |
|
10 </div> |
|
11 {% endblock content %} |