{% extends "template-base.html" %} {% 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 }}
{% endblock %} {% block right_sidebar %}

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

{% endblock %} {% block endbody %} {% endblock %}