Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ruby / Sinatra / Hamlでは、次のように記述します。
%html{:lang => 'en'} %head %meta{:charset => 'utf-8'} %title= @title %body =yield
Node / Express / Jadeではどのようになりますか?
私は解決策を見つけました:
html(lang="en") head meta(charset="utf-8") title= title body != body