{% include layout/banner.html %} {% if page.title %}{{ page.title }} - {% endif %}{% if layout.title %}{{ layout.title }} - {% endif %}{% if site.title %}{{ site.title }} - {% endif %}{{ site.description }} {% if jekyll.environment == 'production' %} {% if site.preview %} {% include layout/analytics.html %} {% endif %} {% if page.description %} {% endif %} {% include layout/og.html show=layout.og-component %} {% endif %} {% include layout/css.html %} {% assign layout-dark = page.layout-dark | default: site.layout-dark %} {{ content }} {% include layout/modals-capture.html %} {% include layout/js.html %} {% if site.debug and jekyll.environment == 'development' %} {% include layout/debug.html %} {% endif %}