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