Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.bachtale.com_1719306535
/
htdocs
/
templates
/
front
/
pages
/
//srv/data/trash/vhost_www.bachtale.com_1719306535/htdocs/templates/front/pages/read.html.twig
{% extends 'front/layout.html.twig' %} {% block title %} {% if page.metaTitle%} {{ page.metaTitle}} {% else %} {{ page.title}} {% endif %} {% endblock %} {% block description %}{{ page.metaDescription}}{% endblock %} {% block content %} {% block banner %} <section class="section-padding"> <div class="container-fluid"> <div class="banner-pages"> <div class="banner-title"> <h1>{{page.title}}</h1> <div class="shape"></div> </div> </div> </div> </section> {% endblock %} <section class="section-padding last"> <div class="container-fluid"> {% for pageBlock in page.pageBlocks %} {% if pageBlock.title %} <h2 class="text-center">{{pageBlock.title}}</h2> <div class="shape"></div> <br> {% endif %} <div class="row"> <div class="col-lg-9 mx-auto text-justify"> {{pageBlock.content|raw}} {% if pageBlock.moreTitle or pageBlock.moreContent %} <div class="more"> {% if pageBlock.moreTitle%} <h3 class="text-center">{{pageBlock.moreTitle}}</h3> <div class="shape"></div> {% endif %} {% if pageBlock.moreContent %} {{pageBlock.moreContent|raw}} {% endif %} </div> {% endif %} <br> {% if pageBlock.pdfName %} <a href="{{ vich_uploader_asset(pageBlock, 'pdfFile') }}" class="btn btn-default btn-block" target="_blank"> <i class="fas fa-file-pdf"></i> {{pageBlock.pdfTitle}} </a> <br> {% endif %} </div> </div> {% endfor %} </div> </section> {% endblock %}