{% assign directive = site.data.directive_summary[site.site_lang][include.directive] %}
{{ directive.link_alt }} {%- if directive.yaml %} {% capture data %} ```yaml {{ directive.yaml -}} ``` {% endcapture %} {{ data | markdownify }} {%- endif %} {%- if directive.yamls %}
{% for yaml in directive.yamls %} {{ yaml.name | capitalize }} {% endfor %}
{% for yaml in directive.yamls %}
{% capture data %} ```yaml {{ yaml.data -}} ``` {% endcapture %} {{ data | markdownify }}
{% endfor %} {%- endif %} {%- if directive.extra %} {{ directive.extra.text }} {{ directive.extra.text }} {%- endif %}