summaryrefslogtreecommitdiff
path: root/templates/details/5x5.html
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-04-04 23:30:30 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-04-04 23:30:30 +0000
commitf8cda18e218cf9849ea7b70fc39b505420c930b9 (patch)
tree43eecea66befb5d84dac316f4ca9de7944855a1b /templates/details/5x5.html
parenta1138b560308e043de00c2211293583515def19e (diff)
started work on the 5x5 project, models, views, templates
Diffstat (limited to 'templates/details/5x5.html')
-rw-r--r--templates/details/5x5.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/details/5x5.html b/templates/details/5x5.html
new file mode 100644
index 0000000..a9bdd63
--- /dev/null
+++ b/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 %}