pdlzbs/core/templates/grandprix.html

13 lines
341 B
HTML

{% extends 'base.html' %}
<!---->
{% block title %}Grand Prix Białegostoku | pdlzbs{% endblock %}
<!---->
{% load static tailwind_tags %} {% block content %}
<article class="w-full">
<h1 class="text-[2.25rem] font-extrabold text-center">
Grand Prix Białegostoku
</h1>
<div>{{ gp.content | safe }}</div>
</article>
{% endblock %}