{% extends "base.html" %} {% from 'chirpui/layout.html' import container %} {% block content %}
{% call container(max_width='84rem', cls='chirp-theme-blog') %}
{% block blog_hero %}{% end %}
{% block blog_content %}{% end %}
{% with footer_class='chirp-theme-footer chirp-theme-footer--shell' %}{% include 'partials/site-footer.html' %}{% end %}
{% end %}
{% end %} {% block site_footer %}{% end %}