{% load i18n %} {% load static %} {% comment "about" %} This is a base template that can (and should) be overridden or replaced in the project. This file is here so the application will be able to work decoupled from any project, but it should be changed when plugging this application into any other project. {% end comment %} {% block head_title %}{% trans "Sentence finder" %}{% endblock %}

{% block title %}Find sentences{% endblock %}

{% block content %} {% endblock %}