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
/
pages
/
/srv/data/web/vhosts/716cf56cb2.url-de-test.ws/htdocs_old/templates/front/pages/read.html.twig
{% extends 'front/layout.html.twig' %} {% block title %}{{page.title}}{% endblock %} {% block content %} {% block banner %} <section class="banner pages"> <div class="middle"> <h1 class="text-center">{{page.title}}</h1> <div class="shape"></div> </div> </div> </section> {% endblock %} <section class="section-padding"> <div class="container"> {% for pageBlock in page.pageBlocks %} <div class="card-page"> <h2>{{pageBlock.title}}</h2> <br> {{pageBlock.content|raw}} {% if pageBlock.moreTitle %} <div class="more"> <div class="plus"> <i class="fas fa-plus-square fa-2x"></i> </div> <h3>{{pageBlock.moreTitle}}</h3> {{pageBlock.moreContent|raw}} </div> {% endif %} <br> {% if pageBlock.pdfName %} <a href="{{ vich_uploader_asset(pageBlock, 'pdfFile') }}" class="btn btn-primary btn-block" target="_blank"> <i class="fas fa-file-pdf"></i> {{pageBlock.pdfTitle}} </a> <br> {% endif %} </div> {% endfor %} </div> </section> {% endblock %}