Skip to content

Instantly share code, notes, and snippets.

@michael-simons
Created September 10, 2019 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michael-simons/46d69881e04665935bb3b7520a48be61 to your computer and use it in GitHub Desktop.
Save michael-simons/46d69881e04665935bb3b7520a48be61 to your computer and use it in GitHub Desktop.
<script th:inline="javascript">
/*<![CDATA[*/
...
var username = /*[[${session.user.name}]]*/ 'Sebastian';
...
/*]]>*/
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment