Files
www_threefold_io/templates/partials/intro.html
2023-12-11 13:44:53 +02:00

10 lines
312 B
HTML

{% block content %}
<div class="my-10 md:my-16">
<h2 class="mb-4 text-center text-2xl text-gray-900 md:mb-6 lg:text-4xl">{{ 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 %}