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

4 lines
199 B
HTML

{% if include.period.exists() %}
{%assign period = include.period.start.toString() + '..' + include.period.end.toString() %}
{%include default.html header=include.header content=period %}
{% endif %}