<!DOCTYPE html>
<head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" /> <title><%= @name.camel_case %></title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> </head> <body> <div class="wrapper"> <%%= yield %> <footer class="branding"> <small>© <%= Time.now.year %> <strong><%= @name.camel_case %></strong></small> </footer> </div> </body>
</html>