mauflix/source/templates/search.html

8 lines
94 B
HTML

{% extends "base.html" %}
{% block content %}
<b>TODO: Búsqueda</b>
{% endblock %}