Pug
Alt HTML
website
https://qiita.com/yun_bow/items/d21586b51f87d781a857
conveter
html → pug ref
pug → html ref
変数展開
色々ある
#{hoge}
文字列内ならJSみたいに\`hoge${piyo}\`
code:pug
img(src=${small})
文字列内かどうかで$だったり、#だったりするのわかりにくすぎるなmrsekut.icon
https://pugjs.org/language/interpolation.html