{% extends "layout.html" %} {% from "_helper.html" import image_button %}g {% block content %}
{{ key }} | |
---|---|
{{ innerKey }} |
{% if innerKey in ["PASSWORD", "SECRET","PRIVATE", "SECRET_KEY", "ACCESS_KEY"] %}
***********
{% else %}
{{ innerValue }}
{% endif %}
|