{% extends "standalone/base.html" %} {% block title %}{{ aug_title }} - {{ brand_name }}{% endblock %} {% block body_class %}antialiased bg-gray-50{% endblock %} {% block body %}
Interactive Tool

{{ aug_title }}

{% if aug_desc %}

{{ aug_desc }}

{% endif %}
{{ content | safe }}
{% endblock %}