#ftl encoding="UTF-8"/>
<#import "/jet/ftl/core/general.ftl" as jet/>
<#import "/jet/ftl/examples/core.ftl" as examples/>
<@jet.doctype/>
<@examples.page>
<@examples.header title="Database Example"/>
<@examples.body>
Result of "select id,name from test":
| ${row.id} | ${row.name} |