mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-17 15:12:14 +11:00
12 lines
333 B
Text
12 lines
333 B
Text
extends marketlayout
|
|
|
|
block content
|
|
.container
|
|
.row
|
|
each item in items
|
|
.col.col-xs-12.col-sm-2
|
|
a(href="/marketplace/"+item._id)
|
|
.card(style="height: 130px;width:140px")
|
|
p #{item.name}
|
|
img(src="/blockimages/items/"+item.itemId+"-"+item.meta+".png")
|
|
br
|