dynamicweb/datacenterlight/templates/datacenterlight/cms/section_promo.html

11 lines
276 B
HTML
Raw Normal View History

2018-03-21 19:22:06 +00:00
<section class="promo-section">
{% if instance.heading %}
<h1>{{instance.heading}}</h1>
{% endif %}
{% if instance.subheading %}
<h1>{{instance.subheading}}</h1>
{% endif %}
{% if instance.content %}
<h1>{{instance.content}}</h1>
{% endif %}
</section>