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

24 lines
522 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
<body class="blog et_fixed_nav et_cover_background linux et_right_sidebar chrome">
<div class="page-content" id="page-container" style="padding-top: 78px;">
2015-09-04 18:53:39 +02:00
{% include nav.html %}
<div id="main-content">
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>