{% extends "default.html" %} {% block pagetitle %}Contact{% endblock %} {% block content %}

Contact {{SITE_NAME}} Admins

{% if v %}
{{macros.emoji_btn('input-message')}} {{macros.gif_btn('input-message')}} {{macros.file_btn('file-upload-contact')}}
{% include "modals/emoji.html" %} {% include "modals/gif.html" %} {% if SITE_NAME == 'rDrama' %}
If you can see this line, we haven't been contacted by any law enforcement or governmental organizations in 2024 yet.
{% endif %} {% else %}

by email: {{EMAIL}}

{% endif %} {% if listing %}

Previous Contacts

{% with comments=listing %} {% include "comments.html" %} {% endwith %} {% endif %}
{% endblock %} {% block pagenav %} {% if listing %} {{macros.pagination()}} {% endif %} {% endblock %}