Sha256: 4b03fa5906fb27a249100c615dcf00927ba3fd11af510b34ee91d3bec56e2791
Contents?: true
Size: 470 Bytes
Versions: 1
Compression:
Stored size: 470 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv=X-UA-Compatible content="Chrome=1,IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1"> <title><%= @name.camelcase %></title> <meta name="keywords" content=""> <meta name="description" content=""> <link rel="canonical" href="<%= $app_settings['url'] %>"> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aetherg-0.3.3 | lib/templates/app/views/layouts/application.erb |