{% extends 'main_base.html.twig' %} {% block title %}{{ entity.title|default }}{% endblock %} {% block description %}{{ entity.description }}{% endblock %} {% block headScript %} {% if app.request.locale == 'tr' %} {% else %} {% endif %} {% endblock %} {% block pageStyle %} {% endblock %} {% block content %}
{% for resim in bolumler[0].anasayfaBolum.resimler|filter(r => r.del == 0)|sort((a,b) => a.sira > b.sira) %}
{% endfor %}

{{ bolumler[0].baslik }}

{{ bolumler[0].altBaslik }}

{{ 'Keşfet'|trans }}
{{ 'Aşağı Kaydır'|trans }}
{% for resim in bolumler[1].anasayfaBolum.resimler|filter(r => r.del == 0) %} {% endfor %}

{{ bolumler[1].altBaslik }}

{{ bolumler[1].baslik }}

{% for resim in bolumler[2].anasayfaBolum.resimler|filter(r => r.del == 0) %} {% endfor %}

{{ bolumler[2].altBaslik }}

{{ bolumler[2].baslik }}

{#
ONLINE REZERVASYON
#}
{% for resim in bolumler[3].anasayfaBolum.resimler|filter(r => r.del == 0) %} {% endfor %}

{{ bolumler[3].altBaslik }}

{{ bolumler[3].baslik }}

{{ bolumler[4].altBaslik }}

{{ bolumler[4].baslik }}

{{ bolumler[4].metin|raw }}
{% for resim in bolumler[5].anasayfaBolum.resimler|filter(r => r.del == 0) %} {% endfor %}

{{ bolumler[5].altBaslik }}

{{ bolumler[5].baslik }}

{% for resim in bolumler[6].anasayfaBolum.resimler|filter(r => r.del == 0) %} {% endfor %}

{{ bolumler[6].baslik }}

{{ bolumler[6].altBaslik }}

{% for resim in bolumler[7].anasayfaBolum.resimler|filter(r => r.del == 0) %} {% endfor %}

{{ bolumler[7].baslik }}

{{ bolumler[7].altBaslik }}

{% endblock %} {% block pageScript %} {% endblock %}