mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
7581b00d4c
Signed-off-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
8 lines
No EOL
195 B
HTML
8 lines
No EOL
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 %} |