{# CSS things #} {# libraries #} {# the theme #} {# 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 #} {# SHA256: C45493A8175B10AC47EEDFC7C20AC31FAE5C804FB6C4F75468DB0F95112664BF #} {# favicons #} {% include('partials.favicons') %}
{# Logo #}
{% include('partials.page-header') %} {% block breadcrumbs %}{% endblock %}
{% if IS_DEMO_SITE %}

{% include ['demo.' ~ Route.getCurrentRoute.getName, 'demo.no-demo-text'] %}

{% endif %} {% include('partials.flashes') %} {% block content %}{% endblock %}
{% include('partials.control-bar') %}
{# Java libraries and stuff: #} {# Moment JS #} {# All kinds of variables. #} {# big fat JS thing courtesy of Vue#} {# date range picker, current template, etc.#} {# Firefly III code#} {% if not shownDemo %} {% endif %} {% block scripts %}{% endblock %} {% if config('firefly.analytics_id') != '' %} {% endif %}