<
div
class
=
"
row
"
>
{{#each items}}
<
div
class
=
"
col-md-3
"
>
<
ul
style
=
"
list-style: none;
"
>
<
li
class
=
"
text-center
"
>
<
div
class
=
"
popup
"
onclick
=
"
itemPopup(
'
myPopup{{this._id}}
')
"
>
<
img
class
=
"
item
"
id
=
"
itemImg
"
src
=
"
{{this.img}}
"
><
br
>
<
span
class
=
"
popuptext
"
id
=
"
myPopup{{this._id}}
"
>
Power:
<
p
id
=
"
power
"
>{{this.power}}
</
p
>
</
span
>
</
div
>
<
br
>
<
p
><
span
id
=
"
title
"
>{{this.title}}
</
span
>
<
button
class
=
"
btn btn-danger buyItem
"
style
=
"
font-size: 12px
"
id
=
"
{{this._id}}
"
>
PRICE IS THERE ->>>> Buy |
<
span
id
=
"
price
"
>{{this.price}}
</
span
>
<
img
src
=
"
/img/gold.png
"
></
button
>
</
p
>
</
li
>
</
ul
>
</
div
>
{{/each}}
</
div
>