{%- if not html %} {%- if page_options.css %} {%- endif %} {%- if page_options.head_html %} {{ page_options.head_html | safe }} {%- endif %} {{ page_options.body_html | safe }}
{%- include 'main.html' -%} {%- else %}{{ html | safe }} {%- endif %}