Sha256: ed22da0fb84d9b3a86e4d148f9ed08aa0f2dc23c054e1479291aef3ac1d9dbdb
Contents?: true
Size: 347 Bytes
Versions: 7
Compression:
Stored size: 347 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= title %></title> <%= csrf_meta_tag %> <%= render 'layouts/stylesheets' %> </head> <body> <div class="container"> <%= render 'layouts/header' %> <section class="round"> <%= yield %> </section> <%= render 'layouts/footer' %> </div> </body> </html>
Version data entries
7 entries across 7 versions & 2 rubygems