moviewyrm/bookwyrm/templates/email/text_layout.html

4 lines
132 B
HTML
Raw Normal View History

{% load i18n %}
{% if user %}{{ user.display_name }},{% else %}{% trans "Hi there," %}{% endif %}
{% block content %}{% endblock %}