<%= config.introduction %>
<%= v.desc %>
<% if (v.example) { %><%- v.example %><% } %> <% if (v.more) { %>
<%- v.more %><% } %> <% _.each(v.items, function(item, i) { %> <% if (item.name) { %>
- <%= item.name %><%- item.grammar %>
<%= item.desc %>
<% _.each(item.params, function(vv, ii) { %>
@<%- vv[0] %> {<%- vv[1] %>} <%- vv[2] %><% }) %>
<% } %>
<% if (item.example) { %>
<%- item.example %><% } %> <% if (item.more) { %>
<%- item.more %><% } %> <% } %> <% }) %> <% }) %>