www_zola_template/templates/partials/intro.html
2025-08-10 17:28:43 +03:00

10 lines
331 B
HTML

{% block content %}
<div class="lg:mt-24 pt-12 mb-6 mt-6">
<h2 class="mb-4 text-center md:mb-6">{{ section.title }}</h2>
<p class="mx-auto max-w-5xl text-center text-gray-200 text-base md:text-lg">
{{ section.description }}
</p>
</div>
<hr class="container border-gray-400 mx-auto my-4">
{% endblock content %}