clojurescript

ClojureScript, a dialect of Clojure that compiles to JavaScript http://clojurescript.org | Currently at 1.10.879
2021-05-09T01:28:32.214800Z

Thank you! Unfortunately I don't think that works with react native, but found a solution here: https://hackmd.io/@byc70E6fQy67hPMN0WM9_A/rJilnJxE8#7-Navigation

Hagenek 2021-05-09T09:58:19.216Z

What major mode in Emacs are you guys using when writing Selmer templates? The formatting gets all screwed up for me in web-mode:

#+begin_src html
     {% extends "base.html" %} {% block content %}
     <div class="content" >
       <div class="columns is-centered" >
         <div class="column is-two-thirds" >
           <!--Content -->
             </div>
             < /div>
             < /div>
     {% endblock %}
   #+end_src