diff --git a/qutebrowser/utils/jinja.py b/qutebrowser/utils/jinja.py index 737b4aee1..e9ca30c5d 100644 --- a/qutebrowser/utils/jinja.py +++ b/qutebrowser/utils/jinja.py @@ -32,38 +32,20 @@ from qutebrowser.utils import utils, urlutils, log from PyQt5.QtCore import QUrl -html_fallback = """ +html_fallback = """ + - {{ title }} - {% if icon %} - - {% endif %} - + Error while loading template -
- - - - - -
- - -

The %FILE% template could not be found!
Please check your qutebrowser installation

- %ERROR%

-
-
+

+ The %FILE% template could not be found!
+ Please check your qutebrowser installation +

+ %ERROR% +

"""