!!! 5 %html %head %meta{ charset: 'utf-8' } %title <%= project_name %> %link{ href: '/application.css', rel: 'stylesheet', media: 'all' } %link{ href: '/favicon.png', rel: 'shortcut icon', type: 'image/png' } %body %h1 <%= project_name %> %script{ src: '/application.js', type: 'text/javascript' }