|
|
|
@ -3,7 +3,7 @@ |
|
|
|
{% block content %} |
|
|
|
<div class="container-xl"> |
|
|
|
|
|
|
|
<h2>Search Results for "{{ query }}"</h2> |
|
|
|
<h2>Resultados de la búsqueda para "{{ query }}"</h2> |
|
|
|
|
|
|
|
{% if songs %} |
|
|
|
<ul> |
|
|
|
@ -14,9 +14,9 @@ |
|
|
|
{% endfor %} |
|
|
|
</ul> |
|
|
|
{% else %} |
|
|
|
<p>No songs found matching your query.</p> |
|
|
|
<p>No se han encontrado canciones que coindidan con ese criterio.</p> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
<a href="{{ url_for('paginas.index') }}">Back to Home</a> |
|
|
|
<a href="{{ url_for('paginas.index') }}">Volver al inicio</a> |
|
|
|
</div> |
|
|
|
{% endblock %} |