blob: a5e15a0a9f2817b8715ef69f99b6d9c311ecbc23 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div id="page-container">
{% include header.html %}
<section id="page">
<section id="body-content">
{{ content }}
{% include news.html %}
{% if site.links %}
<section id="links">
<h2>{% t home.links %}</h2>
</section>
{% endif %}
</section>
</section>
{% include footer.html %}
</div>
</body>
</html>
|