{% extends 'landing/component/base/page.html' %}
{% block section_title %}
Item
{% endblock %}
{% block section_content %}
{% include 'landing/component/item/definition.html' %}
{% include 'landing/component/item/example.html' %}
{% include 'landing/component/item/gallery.html' %}
{% endblock %}