Creating a product page

This commit is contained in:
2024-08-06 13:29:32 +02:00
parent 42b8708243
commit e067b4ba62
4 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{{ template "base" }}
{{ define "title" }}
Buy one widget
{{ end }}
{{ define "content" }}
<h2 class="mt-3 text-center">Buy One Widget</h2>
<hr>
<img src="/static/widget.jpeg"
alt="widget"
class="image-fluid rounded mx-auto d-block">
{{ end }}