rapids/0.1/overrides/main.html

8 lines
183 B
HTML
Raw Normal View History

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