Files
xrpl-dev-portal/tool/template-redirect.html
2019-06-13 12:07:02 -07:00

15 lines
442 B
HTML

{% extends "template-base.html" %}
{% block head %}
<meta http-equiv="refresh" content="0;url={{currentpage.redirect_url}}" />
{% endblock %}
{% block main %}
<article class="pt-3 p-md-3">
<div class="content">
<p>This page has been moved! You should be redirected automatically. If not, <a href="{{currentpage.redirect_url}}">click here to go to the new {{currentpage.name}} page</a>.
</div>
</article>
{% endblock %}