{% extends "partial/layout.html.twig" %} {% block title %}{{ t("contact_page_name", "Contact Us") }}{% endblock %} {% block description %}{{ t("contact_meta_description", "Contact us") }}{% endblock %} {% block keywords %}{{ t("contact_meta_keywords", "contact, us, questions, queries, file, hosting") }}{% endblock %} {% block body %}

{{ t("contact_page_name", "Contact Us") }}

{{ t('contact_intro', 'Please use the following form to contact us with any queries. Abuse reports should be sent via our abuse pages.', {'ABUSE_URL': WEB_ROOT ~ '/abuse/'})|raw }}

{% if msg_page_errors is defined %}
  {% if msg_page_errors is defined %}{{ msg_page_errors|join('. ') }}{% endif %}
{% elseif msg_page_successes is defined %}
  {% if msg_page_successes is defined %}{{ msg_page_successes|join('. ') }}{% endif %}
{% endif %}
{% if SITE_CONFIG_CONTACT_FORM_SHOW_CAPTCHA == 'yes' %}
{{ CoreHelper.outputCaptcha()|raw }}
{% endif %}
{% endblock %} {% block footerjs %} {% endblock %}