]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/error.html
donate: Add thank you and error page
[ipfire.org.git] / src / templates / error.html
index 970257706cf896902722ff7aba00a826ace39238..02cc4fa19851bc67e8ce9cd11c7beeddc9332f18 100644 (file)
@@ -6,8 +6,10 @@
        <div class="container">
                <div class="row justify-content-center mt-5">
                        <div class="col col-md-5">
-                               <h5 class="mb-0">{{ _("Error %s") % status_code }}</h5>
+                               <h5 class="mb-0">{% block message %}{{ _("Error %s") % status_code }}{% end block %}</h5>
                                <h1>{{ _("oops, something went wrong") }}</h1>
+
+                               {% block main %}{% end block %}
                        </div>
                </div>
        </div>