# Form / Template # Use a template component to render dynamic content using a #HTML #template. # #form # --- from h2o_wave import site, pack, ui page = site['/demo'] page.drop() menu = '''
    {{#each dishes}}
  1. {{name}} costs {{price}}
  2. {{/each}}