{% extends 'main_base.html.twig' %} {% block title %}{{ entity.title }}{% endblock %} {% block description %}{{ entity.description }}{% endblock %} {% block pageStyle %} {% endblock %} {% block content %}
Loading... Loading...
{% 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/default/contact-wrapper.html.twig') }}
{{ entity.metin|raw }}
{% endblock %} {% endblock %} {% block pageScript %} {% endblock %}