{% if block('selected_navigation_link') is not defined %} {% block selected_navigation_link %}''{% endblock %} {% endif %} {{ block('title') }} - {{ SITE_CONFIG_SITE_NAME }} {% if SITE_CONFIG_SHOW_COOKIE_NOTICE == 'yes' %} {% endif %} {% if block('selected_navigation_link') == 'home' %} {% if Auth.loggedIn() == true %} {% include '@themePath/partial/_home_js_header.html.twig' %} {% elseif UserHelper.getAllowedToUpload(0) == true and SITE_CONFIG_ENABLE_USER_REGISTRATION == 'yes' %} {% include '@themePath/partial/_home_js_header.html.twig' %} {% endif %} {% endif %}
{% block body %}{% endblock %} {% include '@themePath/partial/footer.html.twig' %} {% if block('selected_navigation_link') == 'home' %} {% if Auth.loggedIn() == true %} {% include '@themePath/partial/_home_js_footer.html.twig' %} {% elseif UserHelper.getAllowedToUpload(0) == true and SITE_CONFIG_ENABLE_USER_REGISTRATION == 'yes' %} {% include '@themePath/partial/_home_js_footer.html.twig' %} {% endif %} {% endif %} {% block footerjs %}{% endblock %} {% include '@themePath/partial/_ad_block.html.twig' %} {% if _CONFIG_DEMO_MODE == true and (block("selected_navigation_link") is defined and block("selected_navigation_link") == 'home') %} {% endif %} {% include '@themePath/account/partial/notifications.html.twig' %}