{% extends "emails/base.html" %} {% block content %} {% if team_name %} This is an email from {{ team_name }}. {% else %} This is an email. {% endif %}
Have a great day! {% endblock %}