diff --git a/templates/customafter.html b/templates/customafter.html new file mode 100644 index 0000000..a65fe3d --- /dev/null +++ b/templates/customafter.html @@ -0,0 +1 @@ + diff --git a/templates/custombefore.html b/templates/custombefore.html new file mode 100644 index 0000000..69f3e6b --- /dev/null +++ b/templates/custombefore.html @@ -0,0 +1 @@ + diff --git a/templates/customcolumn.html b/templates/customcolumn.html new file mode 100644 index 0000000..0c5cdef --- /dev/null +++ b/templates/customcolumn.html @@ -0,0 +1,3 @@ + diff --git a/templates/index.html b/templates/index.html index b9d8d2b..801b5f4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,13 @@ {% extends "base.html" %} {% block main %} +{% block custombefore %} +{% include "custombefore.html" %} +{% endblock %}