{% extends "base.html" %} {% block content %}

30. {{ title }}

This code example demonstrates how to apply a brand to a template.

{% if show_doc %}

Documentation about this example.

{% endif %}

Api method used: Envelopes::Create

View source file {{ source_file }} on GitHub.

{% if brands and template_ok %}
We'll never share your email with anyone else.
The email and/or name for the cc recipient must be different from yhe signer.
{% elseif not brands %}

Problem: please first create the brand using example 24.
Thank you.

Continue {% elseif not template_ok %}

Problem: please first create the template using example 8.
Thank you.

Continue {% endif %} {% endblock %}