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

{{ gpw.title }}

{% endif %}
{% readmore gpw %}
{% buttons gpw.buttons %}
{% if not forloop.last %}
{% endif %} {% endfor %}

Aktualności PodlZBS


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

{{ post.title }}

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