frontend: more organization
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
ef92ddc351
commit
7063092393
4 changed files with 41 additions and 8 deletions
|
@ -17,7 +17,9 @@
|
|||
</select>
|
||||
</form>
|
||||
|
||||
|
||||
<p>{{ len $.products }} products</p>
|
||||
{{range $.products }}
|
||||
<p>{{.Item.Name}} -- <{{.Price}}></p>
|
||||
{{end}}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue