{% extends "quillet/base.html" %} {% block title %}Settings — {{ newsletter.name }}{% endblock %} {% block head %} {% endblock %} {% block content %}

← Dashboard

Settings

{% if saved %}

Settings saved.

{% endif %} {% if error is defined and error %}

{{ error }}

{% endif %}
Newsletter identity

Display name shown in the email From header.

Leave blank to use the From email as the reply address.

Email templates

Prepended to every email subject line. Leave blank for no prefix.

Shown as the body of subscription confirmation emails. Supports Markdown.
Available variables: {newsletter_name}, {confirm_url}.
Leave blank to use the default copy.

Appended after every broadcast post. Supports Markdown.
Available variable: {unsubscribe_url}.
Leave blank to use the default unsubscribe footer.

Prepended at the top of every broadcast post (before the body). Supports Markdown.
Available variables: {post_title}, {newsletter_name}, {post_url}, {post_list_url}, {reading_time}.
Leave blank to use the default: # {post_title}

{% endblock %}