{% 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|trim|indent(2) }} {% endif %}
{%- block page_content -%} {{- page.content -}} {%- endblock -%}