{% block html %} {% endblock %} Optiman {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block body %}
{% include "@commonlayout/sidebar.html.twig" %}
{% include "@profile/includes/topbar.html.twig" %}
{% include "@profile/includes/page_heading.html.twig" %} {% block content %}
{% endblock %}
{% include "@commonlayout/footer.html.twig" %}
{% include "@global/background_process.html.twig" %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {{ encore_entry_script_tags('bootstrap-bundle') }} {{ encore_entry_script_tags('main') }} {% endblock %} {% endblock %}