Browse Source

allow the complete <body> tag to be overwritten in subtemplates

Natenom/support-murmur-13-1446181288462
Michael Ziegler 15 years ago
parent
commit
236cda40fe
  1. 2
      pyweb/templates/index.html

2
pyweb/templates/index.html

@ -19,6 +19,7 @@
{% endblock %} {% endblock %}
</head> </head>
<body bgcolor="#3B69AD"> <body bgcolor="#3B69AD">
{% block body %}
<div id="content"> <div id="content">
<!-- header --> <!-- header -->
<div id="headpanel"> <div id="headpanel">
@ -73,5 +74,6 @@
interface built using <a href="http://extjs.com/" target="_blank">ExtJS</a> interface built using <a href="http://extjs.com/" target="_blank">ExtJS</a>
</div> </div>
</div> </div>
{% endblock %}
</body> </body>
</html> </html>
Loading…
Cancel
Save