{# Title #}

{{ te.rpc.info.title }}

{{ te.rpc.info.description or "" }}

{# Version #}

{{ te.rpc.info.version }}

{# License #} {% if te.rpc.info.license_ %} {{ te.rpc.info.license_.name }} {% endif %} {# Terms of Service #} {% if te.rpc.info.terms_of_service %} Terms of Service {% endif %}
{# Contact #} {% if te.rpc.info.contact and (te.rpc.info.contact.email or te.rpc.info.contact.url) %}
Contact {# Name #} {% if not is_(te.rpc.info.contact.name, None) %}

{{ te.rpc.info.contact.name }}

{% endif %} {# URL #} {% if not is_(te.rpc.info.contact.url, None) %}

{{ te.rpc.info.contact.url }}

{% endif %} {# Email #} {% if not is_(te.rpc.info.contact.email, None) %}

{{ te.rpc.info.contact.email }}

{% endif %}
{# Download Client Button #} {# Authorize Button #} {% if enable_auth %}
{% include "modals/auth.html" %}
{% endif %}
{% include "modals/client_download.html" %}
{% endif %} {# Methods Label and Tag Filter #}

Methods

{# Tag Filter #} {% if te.tags %} {% include "tag_filter.html" %} {% endif %}
{# Methods #}
{% for method in te.rpc.methods %} {% with method_id=str(loop.index0) %} {# Hidden List of Tags for Filter #} {# Method Details #}
{# Expand/Collapse Symbol #}

{{ method.name }}

{{ method.description or "" }}

{% endwith %} {% endfor %}