{% load static tailwind_tags %}
{% block title %}Podlaski Związek Brydża Sportowego{% endblock %}
{% tailwind_css %}
Podlaski Związek
Brydża Sportowego
{% if nav %}
{% for button in nav %}
{{ button.title }}
{% endfor %}
{% endif %}
{% if uppernav %}
{% for button in uppernav %}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}