|
|
92cce8 |
|
|
|
92cce8 |
<html lang="{{ page.lang | default: 'en' }}">
|
|
|
92cce8 |
{% include head.html -%}
|
|
|
92cce8 |
<body>
|
|
|
92cce8 |
{% include navbar.html -%}
|
|
|
92cce8 |
<main class="bg-light">
|
|
|
92cce8 |
{% include header/home.html %}
|
|
|
92cce8 |
{{ content }}
|
|
|
92cce8 |
{% include home/news-and-events.html %}
|
|
|
92cce8 |
{% include home/planet.html %}
|
|
|
92cce8 |
</main>
|
|
|
92cce8 |
|
|
|
92cce8 |
{% include footer.html -%}
|
|
|
92cce8 |
|
|
|
92cce8 |
<script src="{{ site.baseurl }}/assets/js/jquery.min.js"></script>
|
|
|
92cce8 |
<script src="{{ site.baseurl }}/assets/js/bootstrap.min.js"></script>
|
|
|
92cce8 |
<script src="{{ site.baseurl }}/assets/js/customization.js"></script>
|
|
|
92cce8 |
|
|
|
92cce8 |
</body>
|
|
|
92cce8 |
</html>
|