Express のバージョン 3 では、いくつかの機能が削除されました。
the concept of a "layout" (template engine specific now)
partial() (template engine specific)
変更ログ: https://github.com/visionmedia/express/wiki/Migrating-from-2.x-to-3.x
と呼ばれるEJS独自のpartial()
機能に変更できますがinclude
、レイアウトの代替手段は何ですか?