{% extends "keydetail/base.html" %} {% block keydetail %}

Add
{% 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 %}