mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
10 lines
300 B
HTML
10 lines
300 B
HTML
{% comment %}
|
|
This file is licensed under the MIT License (MIT) available on
|
|
http://opensource.org/licenses/MIT.
|
|
{% endcomment %}
|
|
|
|
{% if page.moved_url %}
|
|
<div class="banner-message success">
|
|
<a href="{{page.moved_url}}"><span>{% translate banner-core-moved layout %}</span></a>
|
|
</div>
|
|
{% endif %}
|