diff --git a/apps/templates/layouts/base.html b/apps/templates/layouts/base.html new file mode 100644 index 0000000..782c36e --- /dev/null +++ b/apps/templates/layouts/base.html @@ -0,0 +1,57 @@ +{% load static %} + + + + + + + + + + + + PYRSS{% block title %}{% endblock %} + + + + + + + + + + + + + + + + + {% block stylesheets %}{% endblock stylesheets %} + + + +
+ {% include 'includes/navbar.html' %} + {% block content %}{% endblock content %} + {% include 'includes/footer.html' %} +
+ + {% include 'includes/toasts.html' %} + + + + + + + + + + + + {% block javascript %}{% endblock javascript %} + + \ No newline at end of file