{{> partials/head title=activePlugin.name }}
{{> partials/prefix}} {{#if (eq "table" pluginResult.type)}}
Data
{{pluginResult.rowCount}} row(s).
{{#each pluginResult.columns}}
{{this}}
{{/each}}
{{#each pluginResult.rows}}
{{#each this}}
{{{this}}}
{{/each}}
{{/each}}
{{/if}} {{> partials/suffix }}