15 lines
382 B
HTML
15 lines
382 B
HTML
{% extends 'base.html' %}
|
|
<!---->
|
|
{% block title %}ATU | pdlzbs{% endblock %}
|
|
<!---->
|
|
{% load static tailwind_tags wysiwyg %} {% block content %}
|
|
<div class="flex">
|
|
<article class="max-w-full mx-auto scrollable">
|
|
{% content atu %}
|
|
<div class="flex flex-wrap gap-4 items-center justify-center">
|
|
{% buttons atu.buttons %}
|
|
</div>
|
|
</article>
|
|
</div>
|
|
{% endblock %}
|