{% extends "base_generic.html" %} {% block content %} {{ entry.title }} {{ entry.password }} {{ entry.date }} {{ decrypted_password }} {% endblock %} {% block title %}Get Entry{% endblock %}