mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
9 lines
197 B
HTML
9 lines
197 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 %}
|