Sha256: 41bfc21da5c54df55288d3e4063181e0ab42ecb73277aea6b25ac56f534ecb88
Contents?: true
Size: 431 Bytes
Versions: 1
Compression:
Stored size: 431 Bytes
Contents
<!DOCTYPE html> <html lang="<%= @page.language_code %>"> <head> <%= render "alchemy/pages/meta_data" %> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> </head> <body> <%= yield %> <%= render "alchemy/edit_mode" %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alchemy_cms-7.0.0.pre.b | lib/generators/alchemy/install/files/application.html.erb |