13 lines
265 B
HTML
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 %}
|