codigocomentado/templates/404.html.tera

14 lines
299 B
Plaintext

{% extends "base" %}
{% block extracss %}
<link href="/static/css/404.css" rel="stylesheet"/>
{% endblock extracss %}
{% block content %}
<h1>404</h1>
<span>
=> Error: No matching routes for GET {{ url }} <br/>
=> Warning: Responding with 404 Not Found catcher.
</span>
{% endblock content %}