diff --git a/apps/templates/home/index.html b/apps/templates/home/index.html index c3f7240..186f448 100644 --- a/apps/templates/home/index.html +++ b/apps/templates/home/index.html @@ -13,8 +13,27 @@
+
Discord Servers
+
@@ -135,11 +154,12 @@
- + + {% endblock javascript %} \ No newline at end of file diff --git a/apps/templates/layouts/base.html b/apps/templates/layouts/base.html index 8e1776b..148c4af 100644 --- a/apps/templates/layouts/base.html +++ b/apps/templates/layouts/base.html @@ -46,12 +46,10 @@ {% include 'includes/navbar.html' %} -
+
{% block content %}{% endblock content %}
- {% include 'includes/footer.html' %} - {% include 'includes/toasts.html' %}