{% extends "main.html" %} {% block htmltitle %} {{ config.site_name }} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block hero %} {% include "partials/home-hero.html" %} {% endblock %} {% block content %} {% include "partials/home-pipeline.html" %} {% include "partials/home-viser-strip.html" %} {% include "partials/home-dropin-banner.html" %}
{{ super() }}
{% endblock %}