{% extends "withoutnav_template.html" %} {% from "components/page-header.html" import page_header %} {% from "components/page-footer.html" import page_footer %} {% from "components/form.html" import form_wrapper %} {% block per_page_title %} About your service {% endblock %} {% block maincolumn_content %}
Give your service a name that tells users what your messages are about, as well as who they’re from. For example:
You should only use an acronym or initialism if your users are already familiar with it.
{% call form_wrapper() %} {{ form.name(param_extensions={"hint": {"text": "You can change this later"}}) }} {{ page_footer('Add service') }} {% endcall %}