Changelog

v0.1.1

  • Inputs without a default will now be given a None value in the default field passed to jinja2, instead of a string containing None. This should not impact generated documents (unless specific logic dealing with None values is used), as jinja will still render None values as None.

v0.1.0

  • initial release