"<script type=\"text/javascript\">some js code</script>"
I get that response from a third party. i want to excute in template. I was using that code in ruby
<%== some jscode %>. What is equality of that code in elixir?
i solved with raw()
"<script type=\"text/javascript\">some js code</script>"
I get that response from a third party. i want to excute in template. I was using that code in ruby
<%== some jscode %>. What is equality of that code in elixir?
i solved with raw()