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