{#include main} {#style} .annotation { color: gray; } {/style} {#title}Templates{/title} {#body} {#for template in info:devQuteInfos.templates} {/for}
# Path Variants Method * Parameters *
{count}. {template.path}
    {#each template.variants}
  • {it}
  • {/each}
{template.methodInfo ?: ''} {#if template.parameters} {#for entry in template.parameters} {entry.key}: {entry.value}
{/for} {/if}
* This information is only available for templates that match a @CheckedTemplate method.
{/body} {/include}