Treat JS block comments the same as SQL (thank you, nicklausroach 🎉)
0.6.1
.js` and `.py` files will now render more reliably without frontmatter.
0.6.0
File-specific keys in the dictionary of when `return_dict=True` are now always `absql_body`.
Additionally, render functions will now render and return text for bodies of all filetypes .
0.5.3
Every file has its own parser type. With the exception of YAML files, file contents are returned in the context dictionary as their file name (e.g. `.js` files have a `js` key)
0.5.2
Generic support for `.py` and `.js` files
0.5.1
render_file` function and `render` method can now return the entire rendered file contents as a dictionary by setting `return_dict=True`, allowing any file type to be rendered and returned in full.