home template ============= The `templates/maillib/home.html` template contains an email form where the user can enter the details for the email they want to send. Here is how it look: .. code-block:: html :linenos: {% extends '_partials/base.html' %} {% block title %} Home {% endblock %} {% load static %} {% block content %}