diff --git a/core/templates/base.html b/core/templates/base.html new file mode 100644 index 0000000..56d5e56 --- /dev/null +++ b/core/templates/base.html @@ -0,0 +1,18 @@ +{% load static %} + + + + + + + {% block title %}Drulum{% endblock %} + {# #} + + +{% block page %} + {% block header %}{% include 'header.html' %}{% endblock %} + {% block content %}{% endblock %} + {% block footer %}{% include 'footer.html' %}{% endblock %} +{% endblock %} + + \ No newline at end of file