8 lines
219 B
HTML
8 lines
219 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block outdated %}
|
||
|
You're not viewing the latest stable version of RAPIDS.
|
||
|
<a href="{{ config.site_url | url }}">
|
||
|
<strong> Click here to go to latest. </strong>
|
||
|
</a>
|
||
|
{% endblock %}
|