{% if currentpage.md is defined %}
{% set githuburl = "https://github.com/ripple/ripple-dev-portal/edit/master/content/" + currentpage.md %}
{% elif currentpage.template is defined %}
{% set githuburl = "https://github.com/ripple/ripple-dev-portal/edit/master/tool/" + currentpage.template %}
{% else %}
{% set githuburl = "https://github.com/ripple/ripple-dev-portal/" %}
{% endif %}
Edit on GitHub
{% block main %}{% endblock %}
{% include 'template-footer.html' %}
{% block endbody %}{% endblock %}