{% if "SIMPLEUI_LOGO"|get_config %}
{% else %}
{% endif %}

{{ site_header }}
{% block home_content %}
{% if home %}
{% else %}
{% include './home.html' %}
{% endif %}
{% endblock %}
{% if "SIMPLEUI_LOADING"|get_config != False %}
{% endif %}
loading...