${self.gravatar(c.notification.created_by_user.email, 30)}
${c.notification.description}
${h.literal(c.notification.subject)}
%if c.notification.body:
${h.render(c.notification.body, renderer=c.visual.default_renderer, mentions=True)}
%endif