Converts a HTML like syntax into a string.
Bakes javascript from a file into hyperide. Will insert it inside <script>
tags and allows you to write javascript in a .js
file but include it in
generated HTML without needing to serve the file separately and causing an
additional request from the client.
Bakes css from a file into hyperide. Will insert it inside <style>
tags and allows you to write styles in a .css
file but include it in
generated HTML without needing to serve the file separately and causing an
additional request from the client.