--- layout: common --- {% capture bin_name %}{% include get_bin_name path=page.path %}{% endcapture %} {% include page_title.html title=bin_name %} {% include function_list.html bin=page %} {{ page.description | markdownify }} {% for function in site.data.functions %} {% assign function_name = function[0] %} {% assign examples = page.functions[function_name] %} {% if examples %}

{{- site.data.functions[function_name].label -}}

{{ site.data.functions[function_name].description | markdownify }} {% endif %} {% endfor %}