{% extends "keydetail/base.html" %} {% block keydetail %}
{% for index, value in key_details.data %} {% endfor %}
Index Value
{{index}} {% set url=url_for('redisboard.hash_edit_value', db=db, key=key_details.name|quote_plus) %} {{value}}
{% endblock %} {% block js %} {{ super() }} {% endblock %}