mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
10 lines
298 B
HTML
10 lines
298 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 minor">
|
|
<a href="{{page.moved_url}}"><span>{% translate banner-core-moved layout %}</span></a>
|
|
</div>
|
|
{% endif %}
|