{% extends 'main_base.html.twig' %} {% block title %}{{ entity.title }}{% endblock %} {% block description %}{{ entity.description }}{% endblock %} {% block content %}

{{ entity.baslik }}

{{ 'home'|trans }} / {{ 'aboutus'|trans }} / {{ entity.baslik }}
{#
#}
{% for bolum in entity.sayfa.bolumler|filter(b => b.del == 0) %} {% set bolumDil = bolum.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %} {% if loop.index == 1 %}

{{ bolumDil.baslik }}

{{ bolumDil.metin|raw }}
{% for resim in bolum.resimler|filter(r => r.del == 0) %}
Askon
{% endfor %}
{% elseif loop.index == 2 %}

{{ bolumDil.baslik }}

{{ bolumDil.metin|raw }} {#
Youtube’u ziyaret edin
#}
{% if bolum.resimler|filter(r => r.del == 0)|length > 0 %}
{% for resim in bolum.resimler|filter(r => r.del == 0) %}
Askon
{% endfor %}
{% endif %}
{% elseif loop.index == 3 %}
{% if bolum.resimler|filter(r => r.del == 0)|length > 0 %}
{% for resim in bolum.resimler|filter(r => r.del == 0) %}
Askon
{% endfor %}
{% else %}

{{ bolumDil.baslik }}

{{ bolumDil.metin|raw }}
{% endif %}

{{ bolumDil.baslik }}

{{ bolumDil.metin|raw }}
{% endif %} {% endfor %} {% endblock %}