<div class="mt-20px mb-20px"> <div class="blue-frame"> <div class="diblock cwhite"> {% if data.blue_title is defined and data.blue_title is not empty %} <div class="mb-20px"> <h2>{{ data.blue_title|raw }}</h2> </div> {% endif %} {% if data.blue_text is defined and data.blue_text is not empty %} <div class="text fw400 fs16 lh24"> {{ data.blue_text|raw }} </div> {% endif %} </div> </div></div>