${ util.include('header', [title:'VHost list']) }

VHosts list

    <% result?.vhosts.each { vhost -> %>
  • ${vhost}
  • <% } %>
${ util.include('footer') }