mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
8 lines
195 B
HTML
8 lines
195 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 %}
|