Hello there,
I can't seem to find how EJS files should get model properties. I know that within models and controllers you use this.attr('foo') but what about in EJS files?
- <%= model.attr('foo'); %>