matrix-spec/supporting-docs/_layouts/default.html

21 lines
334 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
<body>
{% include nav.html %}
<br />
2015-09-04 17:32:20 +02:00
<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>