{% assign query = (site.pages | where: 'object_id', page.object_id) %} {% include head.html %}
{% if page.qb_app_shell_type == null %} {% include app_shell_simple.html %} {% else %} {% include app_shell_{{ page.qb_app_shell_type }}.html %} {% endif %}