24 lines
308 B
HTML
Executable File
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>
|