Give a warning when a partial is not found
This warns the user when a partial is not found, for example:
template = stache('item.stache' ,`<div class="item">"{{> aPartial}}"</div>`);
will display the following warning:
item.stache: 01: Unable to find partial "aPartial".