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