pdlzbs/core/templates/atu.html

12 lines
295 B
HTML

{% extends 'base.html' %}
<!---->
{% block title %}ATU | pdlzbs{% endblock %}
<!---->
{% load static tailwind_tags tablepipe %} {% block content %}
<div class="flex">
<article class="max-w-full mx-auto scrollable">
{{ atu.content | tablescroll | safe }}
</article>
</div>
{% endblock %}