{% if pageClass %} {%- capture classAttr %} class="{{ pageClass }}"{% endcapture -%} {% endif -%} {% if bodyClass %} {%- capture bodyClassAttr %} class="{{ bodyClass }}"{% endcapture -%} {% endif -%} {% block head %} {{- hippie.titlePrefix -}} {% block title %}{{ title }}{% endblock -%} {{ hippie.titlePostfix -}} {% block meta -%} {% render 'hippie-view/partials/meta.liquid' %} {% endblock -%} {% block links -%} {% endblock -%} {% endblock -%} {%- block body %}

{{ title }}

{% block main %}{% endblock -%}
{% render 'hippie-view/partials/footer-status' %} {% endblock -%}