Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
afc87888a652df5c4bd75d45c24f66ee54eb6901
afc87888a652df5c4bd75d45c24f66ee54eb6901
Switch branch/tag
Sith
core
templates
core
404.jinja
Find file
Normal view
History
Permalink
404.jinja
96 Bytes
Newer
Older
WIP: Move to Jinja2
Skia
committed
Feb 01, 2016
1
{%
extends
"core/base.jinja"
%}
WIP: Add custom 403 and 404, but break a bit the permissions! To be fixed
Skia
committed
Dec 07, 2015
2
3
4
5
6
7
8
9
{%
block
content
%}
<h3>
404, Not Found
</h3>
{%
endblock
%}