Creating a product page
This commit is contained in:
		
							
								
								
									
										11
									
								
								cmd/web/templates/buy-once.page.gohtml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								cmd/web/templates/buy-once.page.gohtml
									
									
									
									
									
										Normal 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 }}
 | 
			
		||||
		Reference in New Issue
	
	Block a user