Browse Source

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

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

2
pyweb/templates/index.html

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