rapids/0.3/overrides/main.html

8 lines
219 B
HTML
Raw Normal View History

{% 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 %}