{% extends 'main/base.html.twig' %} {% set pageCode = "page" %} {% block title %}{{ entity.title }}{% endblock %} {% block description %}{{ entity.description }}{% endblock %} {% block pageMeta %} {% for lang in get_diller() %} {% set dilLink = page.diller|filter(e => e.dil.kisaBaslik == lang) %} {% if dilLink is not empty %} {% set dil = dilLink|first %} {% endif %} {% endfor %} {% set activeLangLink = page.diller|filter(e => e.dil.kisaBaslik == app.request.locale)|first %} {% if activeLangLink %} {% endif %} {% endblock %} {% block pageStyle %} {% endblock %} {% block content %} {% block banner %}
{% if entity.sayfa.banner %} Dentmax Basından {% else %} Dentmax Basından {% endif %}

{{ entity.baslik }}

{#

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

#}
{% if entity.sayfa.bannerLogo %} Dentmax invisailgn {% endif %}
DENTMAX
{% endblock %} {% block container %}
{% block navbar %} {{ render(controller('App\\Controller\\Main\\DefaultController::header', {request: app.request})) }} {% endblock %}
{{ include('main/partials/contact-wrapper.html.twig') }}
{{ entity.metin|raw }}
{% endblock %} {% endblock %} {% block pageScript %} {% endblock %}