Sha256: e5e9ee0f41c3140837ea083bdba8758acd35c44daf733edbd35c55edb9309de8
Contents?: true
Size: 495 Bytes
Versions: 37
Compression:
Stored size: 495 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>CMS</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <ul> <% @page.roots.each do |root| %> <%= link_to_page root %> <% end %> </ul> <h1><section name="header"><%= yield :header %></section></h1> <section name="content"> <%= yield :content %> </section> <hr/> <section name="footer"> <%= yield :footer %> </section> </body> </html>
Version data entries
37 entries across 37 versions & 1 rubygems