This repository has been archived on 2023-02-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
autonomic.zone/src/_layouts/default.html
T
2018-08-21 18:10:29 +01:00

16 lines
361 B
HTML

<!DOCTYPE HTML>
<html>
{% include head.html %}
<body class="landing">
{% include header.html %}
{% include banner.html %}
{% include core-values.html %}
{% include blog.html %}
{% include services.html %}
{% include contact.html %}
{% include footer.html %}
{% include membership-footer.html %}
{% include foot-scripts.html %}
</body>
</html>