{% include ['demo.' ~ Route.getCurrentRoute.getName, 'demo.no-demo-text'] %}
{# CSS things #} {# the theme #} {% if 'browser' == darkMode %} {% endif %} {% if 'dark' == darkMode %} {% endif %} {% if 'light' == darkMode %} {% endif %} {# Firefly III customisations #} {# Extra CSS for the demo: #} {% if not shownDemo %} {% endif %} {# Any local custom CSS. #} {% block styles %}{% endblock %} {# this entry is in the header so it's loaded early #} {# favicons #} {% include 'partials.favicons' %}
{% include ['demo.' ~ Route.getCurrentRoute.getName, 'demo.no-demo-text'] %}