2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Express3.xで削除されたlayout(partials)の代替手段

2
Posted at

Expressの3.xから、レイアウトという概念が無くなったらしい。

Migrating from 2.x to 3.x
https://github.com/visionmedia/express/wiki/Migrating-from-2.x-to-3.x
邦訳
http://blog.craftgear.net/50186114d0bf7ac340000001/title

同様の機能はテンプレートエンジンの方でやってくださいということらしい。
ejsの場合は、express-partialsを使えば実現できた。
jadeは試してない。

express-partials
https://github.com/publicclass/express-partials

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?