{% extends "layouts/default.html" %} {% block title %}{_ "Contact Us" _}{% endblock %} {% block content %}
{{ token | safe }}
{% if is-admin %}
{% endif %}
{_ "You can type up a message here and submit it for the administrator to see." _} {_ "Try typing it up in Notepad, then Copy/Paste." _}
{% endblock %}