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