matrix-spec/supporting-docs/_layouts/default.html
2015-09-04 16:32:20 +01:00

21 lines
334 B
HTML

<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
<body>
{% include nav.html %}
<br />
<div class="page-content" id="page">
<div class="wrapper" id="wrapper">
<div class="document_foo" id="foo">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>