This repository has been archived on 2024-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
tracman-server/views/error.html
2016-04-01 01:06:21 +02:00

11 lines
268 B
HTML

{% extends 'templates/base.html' %}
{% block title %}{{ super() }} | {{ code }} Error{% endblock %}
{% block main %}
<section class='dark'>
<div class='container'>
<img style="width:100%;" src="https://http.cat/{{ code }}.jpg" />
</div>
</section>
{% endblock %}