--- 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 page.functions %} {% assign function_name = function[0] %} {% assign examples = function[1] %}

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

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