{% if page.css %} {% set styles = page.css.strip().split('\n') %} {% for style in styles %} {% endfor %} {% endif %} {% if page.js %} {% set scripts = page.js.strip().split('\n') %} {% for script in scripts %} {% endfor %} {% endif %} {% if page.html_header %} {{ page.html_header.strip()|indent(2) }} {% endif %} {{- page.content -}}