{% extends "base.html" %} {% block title %}kvault — Search{% endblock %} {% block content %}

Search

{% if query %} {% include "partials/search_results.html" %} {% endif %}
{% endblock %}