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

21 lines
377 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
<body>
2015-09-04 17:32:20 +02:00
<div class="page-content" id="page">
2015-09-04 18:53:39 +02:00
{% include nav.html %}
2015-09-04 17:32:20 +02:00
<div class="wrapper" id="wrapper">
2015-09-04 18:53:39 +02:00
<div class="document_foo" id="document">
{{ content }}
2015-09-04 18:53:39 +02:00
</div>
</div>
2015-09-04 18:53:39 +02:00
<div class="push"></div>
</div>
{% include footer.html %}
</body>
</html>