summaryrefslogtreecommitdiff
path: root/design/templates/details/5x5.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/details/5x5.html')
-rw-r--r--design/templates/details/5x5.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/design/templates/details/5x5.html b/design/templates/details/5x5.html
new file mode 100644
index 0000000..a9bdd63
--- /dev/null
+++ b/design/templates/details/5x5.html
@@ -0,0 +1,19 @@
+{% extends 'base.html' %}
+{% load typogrify %}
+{% block pagetitle %}Luxagraf | Projects | 5x5 - Interviews from the road {% endblock %}
+{% block metadescription %}{% endblock %}
+
+{%block bodyid%}id="projects"{%endblock%}
+
+{% block primary %}
+<article>
+ <ul id="breadcrumbs">
+ <li><a href="/" title="luxagraf homepage">Home</a> &rarr;</li>
+ <li><a href="/projects/" title="luxagraf projects page">Projects</a> &rarr;</li>
+ <li>5x5</li>
+ </ul>
+
+
+
+</article>
+{% endblock %}