diff --git a/templates/_default/base.html b/templates/_default/base.html index 3e626f4cb..8153974a0 100644 --- a/templates/_default/base.html +++ b/templates/_default/base.html @@ -42,7 +42,8 @@ {% include "partials/header.html" %} -
+
+ {% include "partials/banner.html" %} {% block content %}{% endblock %}
@@ -60,4 +61,4 @@ background: rgb(15,15,15); background: radial-gradient(circle, rgba(15,15,15,1) 0%, rgb(24, 24, 24) 50%, rgba(15,15,15,1) 100%); } - \ No newline at end of file + diff --git a/templates/partials/banner.html b/templates/partials/banner.html new file mode 100644 index 000000000..ed65c7de8 --- /dev/null +++ b/templates/partials/banner.html @@ -0,0 +1,22 @@ + +
+ +
+ +
+