pdlzbs/core/templates/grandprix.html

13 lines
342 B
HTML

{% extends 'base.html' %}
<!---->
{% block title %}Grand Prix Białegostoku | pdlzbs{% endblock %}
<!---->
{% load static tailwind_tags wysiwyg %} {% block content %}
<article class="w-full">
{% content gpb %}
<div class="flex flex-wrap gap-4 items-center justify-center">
{% buttons gpb.buttons %}
</div>
</article>
{% endblock %}