diff --git a/web/templates/base.html b/web/templates/base.html new file mode 100644 index 0000000..984520b --- /dev/null +++ b/web/templates/base.html @@ -0,0 +1,47 @@ +{% load static %} + + + + + + + {% block title %}Illustrations{% endblock %} + + + + + + + + + + + + + +
+ {% block content %} + {% endblock %} +
+ + + + + + \ No newline at end of file