date-poll-sf5/templates/email-base-plaintext.html.twig

16 lines
348 B
Twig

{% block title %}
{% if title is defined %}
<h1>{{ title }}</h1>
{% else %}
<h1>Framadate - email</h1>
{% endif %}
<hr>
{% endblock %}
{% block stylesheets %}{% endblock %}
{% block content %}
{% endblock %}
{% block footer %}
{% include 'emails/footer.html.twig' %}
{% endblock %}