projets
/
auf-theme-bootstrap.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
création du module django et des fichiers sass
[auf-theme-bootstrap.git]
/
auf_django_theme
/
templates
/
404.html
1
{% extends
"base.html"
%}
2
3
{% block content %}
4
Not Found
5
{% endblock %}