Files
www_threefold_io/templates/partials/intro.html
2024-03-03 23:56:36 +02:00

10 lines
292 B
HTML

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