1
0
Эх сурвалжийг харах

improve self documentation of the template

Oz Nahum 12 жил өмнө
parent
commit
156167b5b6
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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 %}