8 lines
183 B
HTML
8 lines
183 B
HTML
|
{% 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 %}
|