Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
716cf56cb2.url-de-test.ws
/
htdocs_old
/
templates
/
front
/
news
/
/srv/data/web/vhosts/716cf56cb2.url-de-test.ws/htdocs_old/templates/front/news/read.html.twig
{% extends 'front/layout.html.twig' %} {% block title %}{{news.title}}{% endblock %} {% block content %} {% block banner %} <section class="banner pages"> <div class="middle"> <h1 class="text-center">{{news.title}}</h1> <div class="shape"></div> </div> </div> </section> {% endblock %} <section class="section-padding"> <div class="container"> <div class="col-lg-8 mx-auto"> <div class="card-page"> {% if news.imageName %} <img src="{{ vich_uploader_asset(news, 'imageFile') | imagine_filter('thumb_page') }}" class="img-fluid" alt="{{news.title}}"> {% endif %} <br><br> <div class="text-medium text-justify"> {{news.content|raw}} </div> </div> </div> </div> </section> {% endblock %}