## -*- coding: utf-8 -*-
## headers we additionally can set for email
<%def name="headers()" filter="n,trim">%def>
<%def name="plaintext_footer()">
${_('This is a notification from RhodeCode. %(instance_url)s') % {'instance_url': instance_url}}
%def>
<%def name="body_plaintext()" filter="n,trim">
## this example is not called itself but overridden in each template
## the plaintext_footer should be at the bottom of both html and text emails
${self.plaintext_footer()}
%def>
${self.subject()}
${self.plaintext_footer()}