Blame view

libs/FlaskT.v0.3/templates/404.html 120 Bytes
84648488   Chunk   reverted.
1
2
3
4
5
{% extends "base.html" %}

{% block content %}
<img src="{{ url_for('static',filename='pic/404.jpg') }}"
{% endblock %}