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