engelsystem/resources/views/emails/news-new.twig

10 lines
296 B
Twig
Raw Normal View History

2020-12-28 16:04:05 +01:00
{% extends "emails/mail.twig" %}
{% block introduction %}
{{ __('notification.news.new.introduction', [news.title, news.text, url('/news/' ~ news.id)]) }}
{% endblock %}
{% block message %}
{{ __('notification.news.new.text', [news.title, news.text, url('/news/' ~ news.id)]) }}
{% endblock %}