<!DOCTYPE html> <html>
<head> <title><%= config[:name] %></title> <link rel='stylesheet' type='text/css' media='all' href='application.css'> </head> <body> <%%= yield %> </body>
</html>
<!DOCTYPE html> <html>
<head> <title><%= config[:name] %></title> <link rel='stylesheet' type='text/css' media='all' href='application.css'> </head> <body> <%%= yield %> </body>
</html>