{{ memory.title }}
{{ memory.content }}
{% extends "base.html" %} {% block title %}Search — LocalKeep{% endblock %} {% block window_title %}Search - LocalKeep{% endblock %} {% block content %}
Nothing to search yet.
Search looks through your dated memories. Create a bank and add a few facts first.
{{ error }}
{% else %}{{ memory.content }}
No memories matched your search.
{% endif %} {% endif %} {% endif %} {% endif %}