Sha256: ccee09b6765444a625b28aef2ce7cc92414c40d056a42dc51ca8d75761a5bd12
Contents?: true
Size: 776 Bytes
Versions: 91
Compression:
Stored size: 776 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <!-- META SECTION --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- END META SECTION --> <%= stylesheet_link_tag theme_asset_path("css/main.css") %> <%= javascript_include_tag theme_asset_path("js/main.js") %> <%= raw the_head %> </head> <body> <!-- container --> <div class="container"> <!-- header --> <%= render "layouts/header" %> <!-- ./header --> <div class="content"> <%= yield %> </div> <!-- footer --> <%= render "layouts/footer" %> <!-- ./footer --> </div> <!-- ./container --> </body> </html>
Version data entries
91 entries across 89 versions & 2 rubygems