<div class="module {{ class_suffix }} ">
  {% if heading_title %} 
    <h2>{{ heading_title }} </h2>
  {% endif %} 
  
  {{ html }} 
</div>