{# @var craft \craft\web\twig\variables\CraftVariable #} {# @var entry \craft\elements\Entry #} {# -- Home -- #} {# ---------------------------------------------------------------------- #} {% extends "_layouts/_master.html" %} {% set bodyClass = "p-viewHome" %} {# -- CRITICAL CSS -- #} {% block appInlineCSS %} {% endblock %} {# -- App Content -- #} {% block appContent %} {# -- Cache -- #} {% cache globally using key 'viewHome' ~ craft.app.request.pathInfo ~ (craft.app.request.pageNum ? '/p' ~ craft.app.request.pageNum : '') %} {% include '_atoms/headline/_template.html' with { opt: { text: 'Views — Home!', size: 'h1' } } only %} {# -- Cache End -- #} {% endcache %} {% endblock %}