{{ include.data.title }}

{{ include.data.text }}

{% assign function_len = include.data.functions | size %} {% for item in include.data.functions %}

{{ item.title }}

{{ item.text }} {% if include.extend and item.extend %}

{{ item.extend }}{% endif %}

{% if item.link %} Learn More {% include learn_more.html %} {% endif %}
{% endfor %}