Sha256: 746104bd515928dceff83b6f295ca2bd395efefd7b6e1b9cc81eabf555bd65c7
Contents?: true
Size: 507 Bytes
Versions: 37
Compression:
Stored size: 507 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