Sha256: 34ac674d590d0ab816bd914431b1755e1501b7ae33455f3690e5a76a9e38ac3e

Contents?: true

Size: 301 Bytes

Versions: 3

Compression:

Stored size: 301 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= theme_name.humanize %></title>
  {{ '<%= "#{theme_name}/all" %>' | asset_path | javascript_include_tag }}
  {{ '<%= "#{theme_name}/all" %>' | asset_path | stylesheet_link_tag }}
  {% csrf_meta_tags %}
</head>
<body>

{{ content_for_layout }}

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
themes_on_rails-0.4.0 lib/generators/themes_on_rails/templates/layout.html.liquid
themes_on_rails-0.3.1 lib/generators/themes_on_rails/templates/layout.html.liquid
themes_on_rails-0.3.0 lib/generators/themes_on_rails/templates/layout.html.liquid