{{ page.title }}
{% if page.date %}{% endif %}
{% if page.content is containing("") %}
{% set parts = page.content | split(pat="") %}
{{ parts[0] | safe }}
{{ parts[1] | safe }}
{% else %}
{{ page.content | safe }}
{% endif %}