{% block header %}
{% set name = maintainer.name if maintainer else event.user.name %}

Hello {{ name }},

this is the pipedput deployment service speaking to you from {{ hostname }}.

{% endblock %} {% block content %}{% endblock %}