spout/docs/_layouts/default.html
2017-11-21 10:55:27 +01:00

30 lines
360 B
HTML
Executable File

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
{% if page.banner %}
{% include banner.html %}
{% endif %}
{{ content }}
<!--
<div class="page-content">
<div class="wrapper">
</div>
</div>
-->
{% include footer.html %}
{% include algolia.html %}
</body>
</html>