File "terms.twig"
Full Path: /home/cananyalcin/public_html/core/temp/client/ADCerulean/terms.twig
File size: 352 bytes
MIME-type: text/plain
Charset: utf-8
{% include 'header.twig' %}
{% if contentText %}
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="g-card my-2">
<div class="g-card-body text-white">
{{ contentText }}
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% include 'footer.twig' %}