{#- The landing page. The `hero` block renders inside `.md-container`, above the tabs and the main content - so a hero that is absolutely positioned lands *behind* the sticky header, which is what lets the header float over the artwork. `home.css` then pushes `.md-main` down by one viewport so the page still scrolls on into ordinary content underneath. The stylesheet and the shader are loaded globally (see `extra_css` / `extra_javascript` in zensical.toml) rather than from a block here, so that instant navigation cannot swap them out from under the page. -#} {% extends "base.html" %} {% block hero %}
{#- `md-typeset` is what carries the theme's `.md-button` styling. -#} {% endblock %}