diff --git a/themes/intotheeast/templates/partials/base.html.twig b/themes/intotheeast/templates/partials/base.html.twig
index 588baeb..7adbcab 100644
--- a/themes/intotheeast/templates/partials/base.html.twig
+++ b/themes/intotheeast/templates/partials/base.html.twig
@@ -4,11 +4,10 @@
{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}
-
-
-
-
-
+ {% do assets.addCss('theme://css/tokens.css') %}
+ {% do assets.addCss('theme://css/style.css') %}
+ {% do assets.addCss('theme://css-compiled/main.css') %}
+ {% do assets.addJs('theme://js/main.js', {group: 'bottom'}) %}
{{ assets.css()|raw }}
{{ assets.js()|raw }}
@@ -26,50 +25,7 @@
{% block content %}{% endblock %}
+ {% block map_assets %}{% endblock %}
{{ assets.js('bottom')|raw }}
-