codigocomentado/templates/404.html.tera

14 lines
299 B
Plaintext
Raw Permalink Normal View History

2019-11-23 19:05:41 +00:00
{% 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 %}