{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block extrahead %} {{ super() }} {% if config.theme.logo %} {% endif %} {% endblock %} {% block scripts %} {{ super() }} {% if "atlas.mathjax" in features %} {% endif %} {% if "atlas.mermaid" in features %} {% endif %} {% endblock %} {% block hero %} {% if page.meta.hero | default(false) %} {% set _heroheight = page.meta.heroheight | default("") %}
{% endif %} {% endblock %}