{% import "macros.html" as macros %}
{# 1. Load our single combined critical CSS file. #} {% set critical_css = load_data(path="static/css/critical.css", required=false) %} {# 2. If it was found, inline it. #} {% if critical_css %} {% endif %} {# 3. Load the full stylesheet asynchronously (this part is the same). #} {# 4. Provide a fallback for browsers without JavaScript. #} {% if page.extra.math %} {% endif %} {% if page.title %}{{ config.extra.home_subtitle }}
{% endblock title %} {% block main %} {% endblock main %}