diff --git a/mamweb/templates/april.html b/mamweb/templates/april.html new file mode 100644 index 00000000..c67fae54 --- /dev/null +++ b/mamweb/templates/april.html @@ -0,0 +1,61 @@ +{% if april == 2021 %} + +{% endif %} + + + +{% if april == 2023 %} + +{% endif %} \ No newline at end of file diff --git a/mamweb/templates/base.html b/mamweb/templates/base.html index f8012564..b8ba0039 100644 --- a/mamweb/templates/base.html +++ b/mamweb/templates/base.html @@ -121,64 +121,7 @@ - {% if april == 2021 %} - - {% endif %} - {% if april == 2023 %} - - {% endif %} + {% include 'april.html' %} {% block js %}{% endblock %}