{{description}}
{{else}}{{#if description_md}}{{{markdown description_md}}}{{/if}}{{/if}} 5 |{{contents}}
6 | {{/each_row}}
7 | {{stringify this}}
3 | {{#each_row}}{{stringify this}}
4 | {{/each_row}}
5 |
--------------------------------------------------------------------------------
/sqlpage/templates/default.handlebars:
--------------------------------------------------------------------------------
1 | {{#each_row}}
2 | {{#if tag}}
3 | <{{{tag}}}>
4 | {{~#each (entries this)~}}
5 | {{#unless (eq key "tag")}}
6 | {{~value~}}
7 | {{/unless}}
8 | {{~/each~}}
9 | {{{tag}}}>
10 | {{else}}
11 | 12 | {{~#each (entries this)}} 13 | {{value}} 14 | {{/each~}} 15 |
16 | {{/if}} 17 | {{/each_row}} -------------------------------------------------------------------------------- /sqlpage/templates/divider.handlebars: -------------------------------------------------------------------------------- 1 | {{#if contents}} 2 |{{title}}
16 |{{description}}
{{/if~}} 18 | {{~#if description_md~}} 19 | {{{markdown description_md}}} 20 | {{~/if~}} 21 |{{description}}
7 | {{/if}} 8 |