{% block head %} {% endblock %}
XRP Ledger Dev Portal
BETA
{% set funnels = [] %} {% for page in pages %} {% if page.funnel is defined and page.funnel not in funnels %} {% set thisfunneltop = pages|selectattr('funnel', 'equalto', page.funnel)|first %}
{{ thisfunneltop.name }}
{% set _ = funnels.append(page.funnel) %} {% endif %} {% endfor %}
{% include 'template-github-edit.html' %}
{% if currentpage.sidebar != "disabled" %} {% endif %}
{% block breadcrumbs %} {% include 'template-breadcrumbs.html' %} {% endblock %} {% block main %}{% endblock %}
{% include 'template-footer.html' %} {% block endbody %}{% endblock %}