{% extends "zerver/emails/compiled/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %} {# Note: The below code is substituted by `manage.py send_custom_email` #} {{ rendered_input }} {% endblock %}