zoxon
11/11/2015 - 11:20 AM

mixin__price-tag.jade

mixin price-tag(value, currency)
	- currency = typeof currency != "undefined" ? currency : 'usd'
	.b-price-tag&attributes(attributes)
		.b-price-tag__value= value
		.b-price-tag__currency= currency