-
+ {%- for template in templates -%}
+
-
+ ++ {{template.name}} +
+
{{template.description}}
+ {%- if template.usage -%} +-
+ {%- if template.usage.init -%}
+
- Init:
{{template.usage.init | escape}}
+ {%- endif -%}
+ {%- if template.usage.command -%}
+ - In command:
{{template.usage.command | escape}}
+ {%- endif -%}
+ {%- if template.usage.config -%}
+ - In
docfx.json :{{template.usage.config | escape}}
+ {%- endif -%}
+
+ {%- endfor -%}
+ - Init: