Charles Berman

Results 1 issues of Charles Berman

Is there a proper way to use template helpers? I am using img.img-circle(alt="image" src="#{profileInfo 'photo'}" href="/profiles/#{_id}" ) but in order to use it i need to use img.img-circle(alt="image" src="{{profileInfo 'photo'}}"...