{% extends 'base.html.twig' %} {% block body %} {% include 'top_bar.html.twig' %} {% include 'header.html.twig' %}
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %}
{% include 'first_background.html.twig' %} {% include 'about.html.twig' %} {% include 'why_us.html.twig' %} {% include 'menu.html.twig' %} {# {% include 'specialty.html.twig' %}#} {% include 'event.html.twig' %} {% include 'gallery.html.twig' %} {# {% include 'chiefs.html.twig' %}#} {% include 'contact.html.twig' %}
{% include 'footer.html.twig' %} {#
#} {% endblock %}