2009scape-website/_layouts/default.html

26 lines
565 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
{% include head.html %}
<body id="navhome" class="bodyBackground">
<div id="scroll">
{% include header.html %}
<div id="content">
<div id="article">
<div class="sectionHeader">
<div class="left">
<div class="right">
<h1 class="plaque">{{ page.title }}</h1>
</div>
</div>
</div>
<div class="section">
{{ content }}
</div>
</div>
</div>
2022-08-13 15:26:26 +02:00
{% include footer.html %}
</div>
</body>
</html>