File "terms.twig"
Full Path: /home/cananyalcin/public_html/core/temp/client/sfg/terms.twig
File size: 282 bytes
MIME-type: text/plain
Charset: utf-8
{% include 'header.twig' %}
{% if contentText %}
<div class="container pt-5 mb-5">
<div class="row">
<div class="col-lg-12">
<div class="panel-form">
{{ contentText }}
</div></div></div></div>
{% endif %}
{% include 'footer.twig' %}