UNPKG

gistfy

Version:

Code once, share everywhere

11 lines (8 loc) 196 B
{% extends "layout.html" %} {% set title = "Gistfy - 404" %} {% block content %} <div> <h1 class="text-center">404</h1> <h2 class="text-center">Page not found</h2> </div> {% endblock %}