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

{{ post.title }}

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