単に別ファイルに分けるだけ。
成果物
前回まで
- http://ytyaru.hatenablog.com/entry/2018/03/26/000000
- http://ytyaru.hatenablog.com/entry/2018/03/27/000000
- http://ytyaru.hatenablog.com/entry/2018/03/28/000000
- http://ytyaru.hatenablog.com/entry/2018/03/29/000000
ソースコード
doctype html html(lang="ja") head include ./page1_head.pug body include ./page1_body.pug
meta(charset="utf-8") meta(name="description" content="") meta(name="author" content="") meta(name="viewport" content="") link(rel="stylesheet" href="") link(rel="shortcut icon" href="") title page1_headで書いたタイトル
h1 page1_bodyで書いたタイトル
インクルード書式
include ファイルパス
所感
単に別ファイルに分けるだけ。
複数ファイルでタグが重複するが、値が違うようなテンプレートとしては使えない。