{% block head %} {% endblock %}
XRP Ledger Dev Portal
{% block breadcrumbs %}
{% if currentpage.category %}
{{ currentpage.category }}
{% endif %}
{{ currentpage.name }}
{% endblock %}
DRAFT PAGE
{% if currentpage.md is defined %} {% set githuburl = target.github_forkurl + "/edit/" + target.github_branch + "/content/" + currentpage.md %} {% endif %} {% elif currentpage.template is defined %} {% set githuburl = target.github_forkurl + "/edit/" + target.github_branch + "/tool/" + currentpage.template %} {% else %} {% set githuburl = target.github_forkurl %} {% endif %} {% if target.is_pr_build %} {% set githuburl = githuburl + "?pr=/ripple/ripple-dev-portal/pull/" + target.github_pr_id %} {% endif %}
Edit on GitHub
{% block main %}{% endblock %}
{% include 'template-footer.html' %} {% block endbody %}{% endblock %}