Category: Recipes

Back to Docs

Navigation

Javascript Recipes

@script

This will expand out a “type=module” JS wrapper so you can start writing custom JS that’s automatically modular and deferred.

<script type="module">
</script>
Code language: HTML, XML (xml)