9 lines
190 B
HTML
9 lines
190 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block outdated %}
|
||
|
You're not viewing the latest version.
|
||
|
<a href="{{ '../' ~ base_url }}">
|
||
|
<strong>Click here to go to latest.</strong>
|
||
|
</a>
|
||
|
{% endblock %}
|