frontend: place order
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
06321e24f6
commit
0d07d08b4a
6 changed files with 224 additions and 47 deletions
20
src/frontend/templates/order.html
Normal file
20
src/frontend/templates/order.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
{{ define "order" }}
|
||||
{{ template "header" . }}
|
||||
|
||||
<main role="main">
|
||||
<div class="py-5">
|
||||
<div class="container bg-light py-3 px-lg-5 py-lg-5">
|
||||
<h3>
|
||||
Your order is complete!
|
||||
</h3>
|
||||
<p>
|
||||
Order Confirmation ID: {{ $.order }}
|
||||
</p>
|
||||
|
||||
{{ template "recommendations" $.recommendations }}
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{{ template "footer" . }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue