{% extends "notes/list_notes.html" %} {% load servo_tags %} {% load humanize %} {% load i18n %} {% block toolbar %} {% trans "Create Note" %} {% endblock toolbar %} {% block content %} {% include "notes/search-results.html" %} {% endblock content %}