mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
16 lines
348 B
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 %}
|