spout/docs/_layouts/default.html
2019-10-17 13:12:40 +00:00

24 lines
308 B
HTML
Executable File

<!DOCTYPE html>
<html>
{% include set-global-site-url.html %}
{% include head.html %}
<body>
{% include header.html %}
{% if page.banner %}
{% include banner.html %}
{% endif %}
{{ content }}
{% include footer.html %}
{% include algolia.html %}
</body>
</html>