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

8. Create a template

Create a template with two roles, signer and cc. The template includes three documents.

Templates are usually created using the DocuSign web tool. This example creates a template that will later be used by other examples in this launcher.

This example first lists the user's templates and only creates a new template if one does not already exist in your account.

{% if show_doc %}

Documentation about this example.

{% endif %}

API methods used: Templates::list, Templates::create.

View source file {{ source_file }} on GitHub.

{% endblock %}