* New folder conventions: ``templates_for_boilerplates/<my-boilerplate>`` is now ``boilerplates/<my-boilerplate>/templates``
``static_for_boilerplates/<my-boilerplate>`` is now ``boilerplates/<my-boilerplate>/static``
0.5
----------------
* Fixed template discovery for apps without a “templates” folder * More tests
0.4
----------------
* More tests * Document how to add support to existing packages * Added djangocms-helper test dependencies * Added tests for loading templates from different boilerplates