========== Rend 6.3.0 ========== This release of rend adds a jsonnet parser via extras. It also adds the FileSystemLoader instead of the BaseLoader for jinja, enabling behavior like this: .. code-block:: jinja {% from "things.sls" import mystuff %} {% import "morethings.sls" as heythere %} {% include "stillthough.sls" %} Install jsonnet extras in order to enable the jsonnet plugin: .. code-block:: bash $ pip install rend[jsonnet] or .. code-block:: bash $ pip install rend[full]