BD-Core-FHIR-IG/bd-national-template/liquid/row-header.html

5 lines
204 B
HTML

{% 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 %}