{% load i18n static %}{% spaceless %} {% with full_page_url=SITE.web_url|add:page_url %} {% blocktrans with title=page_title asvar mailto_subject %}Richie news: {{ title }}{% endblocktrans %} {% blocktrans with title=page_title|safe url=full_page_url asvar shared_sentence %}Richie news: {{ title }} {{ url }}{% endblocktrans %}
{% endwith %} {% endspaceless %}