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