rapids/0.1/overrides/main.html

8 lines
202 B
HTML

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