ref: master
core/templates/not_found.html
1 2 3 4 5 6 7
{% extends "layout.html" %} {% block body %} <div class="text-center"> <h1>Não Encontrado</h1> <p>Seja o que você estava procurando, não está aqui</p> </div> {% endblock %}