Chromium Code Reviews| Index: templates/main_mailer.html |
| diff --git a/templates/main_mailer.html b/templates/main_mailer.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2761ee9da8682acaba341d71c229d3ea78f70990 |
| --- /dev/null |
| +++ b/templates/main_mailer.html |
| @@ -0,0 +1,7 @@ |
| +{% extends "base_mailer.html" %} |
| + |
| +{% block content %} |
| + <center> |
| + <p>This is a mail relay for the Chromium waterfall gatekeeper.</p> |
| + </center> |
| +{% endblock %} |