|
{% 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 %}</article>
|
|
</div>
|
|
{% endblock %}
|