4 lines
199 B
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 %} |