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