{% extends 'landing/component/subsection/definition.html' %} {% block subsection_content %}

An item component represents repeating elements in templates. It is used to display repeating data in a structured format, often as part of a list or grid.

Items are typically used to show data entries like products, users, or messages in a consistent and organized manner.

{% endblock %}