Sha256: b24b32fa897a5679c3189789bd023bc26e07946b32414185598a93e4994c4311
Contents?: true
Size: 383 Bytes
Versions: 20
Compression:
Stored size: 383 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>EasyML</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <% if ENV["EASY_ML_DEV"] == "true" %> <%= vite_client_tag %> <%= vite_react_refresh_tag %> <%= vite_typescript_tag 'Application.tsx' %> <% else %> <%= prod_script_tags %> <% end%> </head> <body> <%= yield %> </body> </html>
Version data entries
20 entries across 20 versions & 1 rubygems