5 | ${body | n} 6 |7 | -------------------------------------------------------------------------------- /templates/crf.mako: -------------------------------------------------------------------------------- 1 | <%inherit file="layout.mako" /> 2 | 3 |
{{text}}
3 | 4 |{{name}} | 10 | {{#each values}} 11 |{{.}} | 12 | {{/each}} 13 |