## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%def name="page_head()"> %def> <%def name="title()"> ${_("Contact")} %def> <%def name="body()"> % if contact_received==1:
${_("We have received your message and will contact you as soon as we can.")}
% else:You can find us in #getdeb on irc.freenode.net.
% endif %def> ## Contact email settings <%def name="destination_email()"> ## mangle to avoid spambots ${"%s@%s" % ('contact','getdeb.net')} %def>