{% extends 'base.html' %} {% block title %}Młodzież | pdlzbs{% endblock %} {% load static tailwind_tags wysiwyg %} {% block content %}
{% for article in youth %}
{% if article.show_title %}

{{ article.title }}

{% endif %} {% content article %}
{% buttons article.buttons %}
{% if not forloop.last %}
{% endif %} {% empty %} Brak artykułów {% endfor %}
{% endblock %}