src/p4l/templates/p4l/p4l_base.html
changeset 27 d2a40f44cbb9
parent 24 3b1b0a9309d6
parent 26 a0e152dd1fad
child 31 f0e689abd6b0
--- a/src/p4l/templates/p4l/p4l_base.html	Tue Sep 03 17:44:17 2013 +0200
+++ b/src/p4l/templates/p4l/p4l_base.html	Wed Sep 04 10:02:22 2013 +0200
@@ -5,14 +5,18 @@
 <!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
 <!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
 <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
-{% block head %}
 <head>
+  {% block head %}
   <meta charset="utf-8">
+  {% endblock %}
   <title>Plan4Learning - {% block page_title %}{% endblock %}</title>
+  {% block css_common %}
   <link rel="stylesheet" href="{% static 'p4l/css/bootstrap.min.css' %}">
   <link rel="stylesheet" href="{% static 'p4l/css/p4l.css' %}">
+  {% endblock %}
+  {% block css_page %}
+  {% endblock %}
 </head>
-{% endblock %}
 <body>
 {% block body %}
 	<header class="navbar navbar-inverse" role="banner">
@@ -39,7 +43,6 @@
 	</header>
 	<div class="container">
     {% block content %}
-	<p>hello world</p>
     {% endblock %}
 	</div>
     {% block js_common %}