Explorar el Código

improve self documentation of the template

Oz Nahum hace 12 años
padre
commit
156167b5b6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      templates/base.html

+ 2 - 0
templates/base.html

@@ -10,10 +10,12 @@
 </head>
 <body>
 <div id="page" class="loading">
+<!-- This block contains the header information of each post -->
   <div id="header">
     {% block header %}
     {% endblock %}
   </div>
+
   <div id="content">
     {% block content %}
     {% endblock %}