summaryrefslogtreecommitdiff
path: root/templates/brochure/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/brochure/index.html.j2')
-rw-r--r--templates/brochure/index.html.j28
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/brochure/index.html.j2 b/templates/brochure/index.html.j2
index 547f9d7..a3a5b33 100644
--- a/templates/brochure/index.html.j2
+++ b/templates/brochure/index.html.j2
@@ -1,8 +1,8 @@
{% extends "base.html.j2" %}
-{% block style %}
-{% include "../styles.css" %}
-{% include "brochure.css" %}
+{% block styles %}
+<link rel="stylesheet" href="/styles.css" />
+<link rel="stylesheet" href="/brochure.css" />
{% endblock %}
{% block main %}
@@ -25,8 +25,6 @@
</section>
-<section></section>
-
<script>
{% include "brochure.js" %}
</script>