UNPKG
gistfy
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Code once, share everywhere
www.gistfy.com
alexandrevicenzi/gistfy
gistfy
/
views
/
500.html
11 lines
(8 loc)
•
203 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
{%
extends
"layout.html"
%} {% set title =
"Gistfy - 500"
%} {% block content %} <div>
<
h1
class
=
"text-center"
>
500
</
h1
>
<
h2
class
=
"text-center"
>
Internal Server Error
</
h2
>
</div> {% endblock %}