frontend: more organization

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-25 11:17:51 -07:00
parent ef92ddc351
commit 7063092393
4 changed files with 41 additions and 8 deletions

View file

@ -17,7 +17,9 @@
</select>
</form>
<p>{{ len $.products }} products</p>
{{range $.products }}
<p>{{.Item.Name}} -- <{{.Price}}></p>
{{end}}
</body>
</html>