diff --git a/templates/themes/default/base.html.twig b/templates/themes/default/base.html.twig
index c5b83a0..5125835 100644
--- a/templates/themes/default/base.html.twig
+++ b/templates/themes/default/base.html.twig
@@ -4,6 +4,8 @@
{% block title %}Spookie{% endblock %}
+
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
@@ -33,10 +35,10 @@
-{% include template_dir ~ '_header.html.twig' %}
+{% include '@default/_header.html.twig' %}
-
-
{% for message in app.flashes('success') %}
@@ -81,21 +82,21 @@
{% endfor %}
- {% block body %}
-
+
+ {% block body %}
Quote of the Moment
{#
#}
- {{ quote | markdown_to_html }}
+ {{ quote | raw }}
-
- {% endblock %}
+ {% endblock %}
+
-{% include template_dir ~ '_footer.html.twig' %}
+{% include '@default/_footer.html.twig' %}