{%- load url from future -%} {%- load i18n -%} {%- set style_link = "style=\"color: #08C;\"" -%} {%- set style_p = "style=\"padding: 0px; margin: 16px 0px;\"" -%} {%- set style_well = "style=\"background-color: #F0F0F0; border-radius: 3px; margin: 24px 0px; padding: 12px 16px; font-size: 16px;\"" -%} {%- set style_well_big = "style=\"background-color: #F0F0F0; border-radius: 3px; margin: 24px 0px; padding: 12px 16px; font-size: 18px; text-align: center;\"" -%} {%- set style_button = "style=\"background-color: #08C; border-radius: 3px; color: #FFF; display: block; text-align: center; margin: 24px 0px; padding: 12px 0px; text-decoration: none; font-weight: bold; font-size: 18px;\"" -%}

{% trans username=user.username %}Hey, {{ username }}!{% endtrans %}
{% block title %}{% endblock %}

{% block content %}{% endblock %}
{% if settings.email_footnote %} {{ settings.email_footnote|safe }}{% else %} {% trans board_name=settings.board_name %}This e-mail was sent from {{ board_name }}.{% endtrans %}
{{ board_address }}{% endif %}