{% for include in app_include_css -%}
{{ include_style(include) }}
{%- endfor -%}
{% if lang == "eo" %}
{% endif %}
{% include "templates/includes/splash_screen.html" %}
{%- for path in app_include_icons -%}
{{ include_icons(path) }}
{%- endfor -%}
{% for include in app_include_js %}
{{ include_script(include) }}
{% endfor %}
{% include "templates/includes/app_analytics/google_analytics.html" %}
{% for sound in (sounds or []) %}
{% endfor %}