|
@@ -3,7 +3,7 @@ package template
|
|
|
var VarShopProductHtmlFile = []byte(`{{template "header.html" .}}
|
|
|
<div class="card mb-4">
|
|
|
<div class="card-body product-full">
|
|
|
- <h2 class="card-title">{{$.Data.Shop.Product.Name}}</h2>
|
|
|
+ <h2 class="card-title">{{$.Data.Shop.Product.Name}} ({{$.Data.Shop.Product.Id}})</h2>
|
|
|
<ul class="nav nav-tabs" id="myTab" role="tablist">
|
|
|
<li class="nav-item">
|
|
|
<a class="nav-link active" id="all-tab" data-toggle="tab" href="#all" role="tab" aria-controls="all" aria-selected="true">All about product</a>
|