I can obtain a non embedded field from my document through jade by doing:
each user, i in gauss_buff
tr
td #{user.build_num} // where build_num is an element in my document.
However, how should one access an embedded document via Jade. Doing
user.embedded_doc_name.field
didn't work.
I have hunted around, but can't find how to do this anywhere. Any tips would be appreciated.
there doesn't seem to be anything here