Genie Discord forum

You know how there's <script> in JS, .heex in phoenix etc. Is there same thing in Genie?</script>

You can use the <% %> delimiters to embed Julia code. Example
<% print("hello") %>

the <% ... %>
is recommended for multiline blocks of code while $(...)
is recommended for short snippets

@rakanott what exactly are you trying to achieve?

You know, just stuff like extracting information from database, scripting etc