{% extends "email_layout.txt" %}

{% block content %}
{{ notification }}
{% if link %}
    Please use this link {{link}} to view the item.
{% endif %}
{% endblock %}
