From 72ee29f4b7413dcfa6263db926b17d42d4bd5468 Mon Sep 17 00:00:00 2001 From: Stevan Radakovic Date: Wed, 10 Oct 2012 16:52:13 +0200 Subject: Add initial css and js. Implement tabs on pages without meaningful data. --- templates/dir_template.html | 26 ++++++++++++++++++++++++++ templates/header.html | 6 ++++++ 2 files changed, 32 insertions(+) (limited to 'templates') diff --git a/templates/dir_template.html b/templates/dir_template.html index 5504e49..a154fc0 100644 --- a/templates/dir_template.html +++ b/templates/dir_template.html @@ -33,4 +33,30 @@ {% endfor %} + + + +{% if rendered_files != None %} +
+ + + {% for title, html_text in rendered_files.items %} +
+ {{ html_text }} +
+ {% endfor %} + +
+ + +{% endif %} + {% endblock %} diff --git a/templates/header.html b/templates/header.html index bdb1515..98ad081 100644 --- a/templates/header.html +++ b/templates/header.html @@ -9,6 +9,12 @@ + + + + + +