{% extends "standalone/base.html" %} {% block title %}{{ aug_title }} - {{ brand_name }}{% endblock %} {% block body_class %}antialiased bg-gray-50{% endblock %} {% block body %} {{ brand_name }} ← Back to Site {% for other in other_augments %} {{ other.title }} {% endfor %}
{{ aug_desc }}