DocuSign Examples
{{ session["manifest"]["SupportingTexts"]["HomeButton"] }}
(current)
{% if session['ds_user_name'] %}
{{ session["manifest"]["SupportingTexts"]["LogoutButton"] }}
(current)
{% else %}
{{ session["manifest"]["SupportingTexts"]["LoginButton"] }}
(current)
{% endif %}
{% if session['ds_user_name'] %}
Welcome {{ session['ds_user_name'] }}
{% endif %}
Working...
c
{% if 'ds_user_name' in session %}
{% else %}
{% endif %} {% block content %}{% endblock %}
{% set json_messages = get_flashed_messages() | tojson %}