From f07d083cfdbd3e41c87754699893ab59e65b84a6 Mon Sep 17 00:00:00 2001 From: Adrien Dorsaz Date: Thu, 8 Aug 2013 18:50:24 +0200 Subject: Ident code of base.html --- papillon/templates/base.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/papillon/templates/base.html b/papillon/templates/base.html index 16c9f14..6487b16 100644 --- a/papillon/templates/base.html +++ b/papillon/templates/base.html @@ -2,26 +2,26 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - - {% block title %}Papillon{% endblock %} - {% block fullscript %}{% endblock %} + + {% block title %}Papillon{% endblock %} + {% block fullscript %}{% endblock %} -
- - -
-{% block content %}{% endblock %} -
- -
+
+ +
+

Papillon

+
+
+ {% block content %}{% endblock %} +
+ +
-- cgit v1.2.3