pugに慣れよう

doctype html
html(lang="ja")
	head
		meta(charset="utf-8")
		title アメダス
	body
		h1 アメダス
		p.image: img(
			src="/image/rain.png"
		)

[vagrant@localhost python]$ pug index.pug

rendered index.html

うん、cssファイルを使いたいですね。sassを使いたい。