You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/supporting-docs/_layouts/default.html

21 lines
377 B
HTML

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