Sha256: d8b06a0c609f152dd21dd10f802b9831a11ebec42ad7b85a553a302bc7e6129f
Contents?: true
Size: 333 Bytes
Versions: 7
Compression:
Stored size: 333 Bytes
Contents
<!DOCTYPE html> <html> <head> <%= javascript_include_tag "application" %> </head> <body> <div data-json="<%= {key: "value", test: ["one", "two", "three"]}.to_json %>"></div> <span><%= "This makes sure it is preprocessed" %></span> <div id="test"></div> <script> //to be removed </script> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems