{% if pageId %} {%- capture idAttr %} id="{{ pageId }}"{% endcapture -%} {% endif -%} {% 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/partials/meta.liquid', author: 'Interaktionsweise', desc: 'Hippie interweaves preeminent personal interface elements' %} {% comment %}{% endcomment %} {% endblock -%} {% render 'hippie/partials/script-log.liquid' %} {% render 'hippie/partials/log-setup', hippie: hippie, state: true -%} {% render 'hippie/partials/log-start' -%} {% block links -%} {% render 'hippie/partials/links.liquid' %} {% endblock -%} {% render 'hippie/partials/log-log' with 'HEAD end :: Links parsed, starting to load.' as msg -%} {% endblock -%} {% render 'hippie/partials/log-log' with 'BODY start' as msg -%} {%- block body %}{% endblock -%} {% render 'hippie/partials/log-log' with 'BODY :: Loading script assets...' as msg -%} {%- block assets %}{% endblock -%} {% render 'hippie/partials/log-assets', state: true -%} {% render 'hippie/partials/log-log', msg: 'BODY :: Assets loaded, running page specific script...', arg: true -%} {%- block script %}{% endblock -%} {% render 'hippie/partials/log-log' with 'BODY end :: Page script might still be loading.' as msg -%} {% render 'hippie/partials/log-log' with 'Application ready... or is it?' as msg -%}