{% extends 'base.html' %} {% block content %}

🛠 Weekend Settings

{% for week in ['first', 'second', 'third', 'fourth', 'fifth'] %}
{% endfor %}
{% endblock %}