mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-13 00:05:49 +00:00
15 lines
442 B
HTML
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 %}
|