{# @var craft \craft\web\twig\variables\CraftVariable #}
{# @var entry \craft\elements\Entry #}
{# -- News Entry Template -- #}
{# ---------------------------------------------------------------------- #}
{% extends "_layouts/_master.html" %}
{% set bodyClass = "p-articleSingle" %}
{# -- CRITICAL CSS -- #}
{% block appInlineCSS %}
{% endblock %}
{# -- Rel Nav -- #}
{% block siteHeader %}
{% include '_partials/header/_siteHeaderLinks--single.html' with {
section: 'articles',
order: 'postDate',
entry: entry
} only %}
{% endblock %}
{# -- App Content -- #}
{% block appContent %}
{# -- Cache -- #}
{% cache globally using key craft.app.request.pathInfo %}