在Ruby / Sinatra / Haml中我写道:
%html{:lang => 'en'}
%head
%meta{:charset => 'utf-8'}
%title= @title
%body
=yield
Node / Express / Jade会是什么样子?
答案 0 :(得分:8)
我找到了解决方案:
html(lang="en")
head
meta(charset="utf-8")
title= title
body
!= body