{% extends 'base.html' %} {% block title %}Strona główna | pdlzbs{% endblock %} {% load static tailwind_tags wysiwyg %} {% block content %}
{% content gpw %}

Aktualności PodlZBS


{% for post in posts %}
{% if post.show_title %}

{{ post.title }}

{% endif %}
{% readmore post %}
{% if not forloop.last %}
{% endif %} {% endfor %}
{% endblock %}