Private
Public Access
1
0
Files
rowsandall/rowers/templates/brochure.html
2017-05-05 08:35:38 +02:00

13 lines
265 B
HTML

{% extends "base.html" %}
{% block title %}Brochure{% endblock title %}
{% block content %}
<div class="grid_12 alpha">
<h2>Read our Brochure</h2>
<embed src="/static/brochure WEB.pdf" width="960" height="650">
</div>
{% endblock content %}