Sha256: 74ff06faf02af1adf40ff9905e4793acca71b2c5f2de4a270258132fbd54017b
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 Bytes
Contents
<!doctype html> <html> <head> <link rel="stylesheet" type="text/css" href="/css/main.css"> <link rel="alternate" type="application/atom+xml" title="<%= title %> - feed" href="/index.xml" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title><%= title %></title> </head> <body> <section> <%= yield %> </section> <footer> powered by <a href="http://cloudhead.io/toto">toto</a> </footer> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
allegro-0.0.0pre | lib/template/templates/layout.rhtml |