mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
9 lines
188 B
HTML
9 lines
188 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 %}
|