{% extends 'main_base.html.twig' %} {% block title %}{{ entity.title }}{% endblock %} {% block description %}{{ entity.description }}{% endblock %} {% block content %} {% set banner = entity.sayfa.banner %} {% set bannerPath = asset('uploads/akademi/banner/') %} {% if banner is null %} {% set banner = 'medya.png' %} {% set bannerPath = asset('assets/main/img/') %} {% endif %}