view default/error/404.html @ 108:98cab6b754d3

css (blog): set a max-width for videos
author Goffi <goffi@goffi.org>
date Wed, 24 Jan 2018 19:15:43 +0100
parents 8fa2fd2e928e
children
line wrap: on
line source

{% extends 'error/base.html' %}

{% block body %}
<h1>{% trans %}Not Found{% endtrans %}</h1>
<p>{% trans %}Sorry, we can't find the resource you are trying to access.{% endtrans %}</p>
{% endblock body %}