Mobile: generic/error template
authorSven Schöling <s.schoeling@googlemail.com>
Fri, 26 Mar 2021 18:21:32 +0000 (19:21 +0100)
committerSven Schöling <s.schoeling@googlemail.com>
Fri, 25 Jun 2021 13:51:32 +0000 (15:51 +0200)
templates/mobile_webpages/generic/error.html [new file with mode: 0644]

diff --git a/templates/mobile_webpages/generic/error.html b/templates/mobile_webpages/generic/error.html
new file mode 100644 (file)
index 0000000..53609a3
--- /dev/null
@@ -0,0 +1,5 @@
+[%- USE T8 %]
+[%- USE HTML %]
+
+ <h2>[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]</h2>
+ <div class="card-panel red">[% label_error %]</div>