diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 4fc24c5..9813c7e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,7 @@ {% block head %}{% endblock %}
</head>
-<body>
+<body onLoad="contentHeight();">
<div id="header">
<h1>CUCC Expeditions to Austria: 1976 - 2009</h1>
@@ -38,12 +38,18 @@ {% endblock %}
</div>
+
- <div id="content" >
+<div id="content" >
{% block contentheader %}
{% endblock %}
+<div id="related">
+{% block related %}
+{% endblock %}
+</div>
+
{% block content %}
REPLACE : The content
{% endblock %}
|