Files
www_threefold_io/templates/partials/intro.html
2024-03-06 22:25:26 +02:00

10 lines
314 B
HTML

{% block content %}
<div class="mb-6 mt-14">
<h2 class="mb-4 text-center text-4xl lg:text-5xl text-gray-900 md:mb-6">{{ section.title }}</h2>
<p class="mx-auto max-w-5xl text-center text-gray-900 md:text-lg">
{{ section.description }}
</p>
</div>
{# <hr class="mt-6"> #}
{% endblock content %}