project/templates/about/publicity.html
changeset 176 6a95fa45edf2
child 197 44f63728e9fa
equal deleted inserted replaced
175:a51d2b6e9a78 176:6a95fa45edf2
       
     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 %}