File size: 208 Bytes
6d12932
 
 
 
 
1
2
3
4
5
{% if include.colspan.exists() %}
<th scope="row" colspan="{{include.colspan}}" class="row-header">{{include.header}}</th>
{% else %}
<th scope="row" class="row-header">{{include.header}}</th>
{% endif %}