Private
Public Access
1
0

added brochure but doesn't show up

This commit is contained in:
Sander Roosendaal
2017-05-05 08:35:38 +02:00
parent 177c3cad74
commit 4727c1fafb
1333 changed files with 65521 additions and 215 deletions

View File

@@ -0,0 +1,12 @@
{% 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 %}