1<figure {% if class %}class="{{class}}" {% else %}class="center" {% endif %}> 2 <img src="{{id}}" {% if alt %}alt="{{alt}}" {% endif %} /> 3 {% if caption %} 4 <figcaption>{{caption}}</figcaption> 5 {% endif %} 6</figure>