<%@ import uri="layout.html.g.dart" %> <%@ import uri="../models/product.dart" %> <%@ class extends="View" %> <%@ render params="List products, HttpRequest request" %>

Our cool products list

<% final layout = layout_html(); layout.title = 'Products'; layout.addMeta({'description': 'MegaSuperShop cool price list'}); layout.render(out, request); %>