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

{{ aug_title }}

{% if aug_desc %}

{{ aug_desc }}

{% endif %}
{{ content | safe }}
{% if other_augments %}
More Tools
Explore other interactive tools for {{ brand_name }}
{% for other in other_augments %}
{{ other.title }}
{{ other.description or 'Interactive tool' }}
{% endfor %}
{% endif %}
{% endblock %}