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

{{ entity.baslik }}

{{ 'home'|trans }} / {{ 'companies'|trans }} / {{ entity.baslik }}
{#
#}

{{ entity.baslik }}

{{ entity.metin|raw }}
{% for resim in entity.firma.resimler|filter(r => r.del == 0) %}
Askon
{% endfor %}
{% endblock %}