{% extends "base.html.jinja" %} {% block head %} {% endblock %} {% block main %}
{% if (target.lang != "en" and "en" in currentpage.targets) or currentpage.untranslated_warning %} {# Add a "sorry this page isn't translated" banner. #}
{% trans %}Sorry, this page is not available in your language.{% endtrans %}

{% trans %}We are making an effort to offer the XRP Ledger Dev Portal in a variety of languages, but not all pages are available in all languages. If you'd like to help, please contribute!{% endtrans %}

{% endif %}
{{ content }}
{% include 'component-feedback-widget.html.jinja' %} {% endblock %} {% block right_sidebar %}
{% include 'component-github-edit.html.jinja' %} {% include 'component-label-list.html.jinja' %}

{% trans %}In this document{% endtrans %}

{% endblock %} {% block analytics %} {% from "macro-get_funnel.jinja" import get_funnel %} {% endblock analytics %}