diff --git a/data/currently-unused-templates/404.html b/data/templates/404.html similarity index 90% rename from data/currently-unused-templates/404.html rename to data/templates/404.html index e50cb74..e91cd75 100644 --- a/data/currently-unused-templates/404.html +++ b/data/templates/404.html @@ -13,16 +13,16 @@ 404 - - {% if not bs5 %} + + {{ if not .bs5 }} - {% endif %} + {{ end }} - {% if bs5 %} + {{ if .bs5 }} - {% else %} + {{ else }} - {% endif %} + {{ end }}