cake-order-tracker/templates/cake.html
2025-02-01 07:29:24 +01:00

8 lines
No EOL
246 B
HTML

<div id="cake_preview">
<ul>
<li>ID: {{.ID}}</li>
<li>Name: {{.Name}}</li>
<li>Price: {{.Price}}</li>
</ul>
<button type="button" onClick="document.getElementById('cake_preview').remove()">close</button>
</div>