Ractive.partials
Partials can be made globally available to Ractive instances by adding them to Ractive.partials
:
Where necessary, partials will be parsed at the point of use, and stored as parsed partials thereafter.
If Ractive encounters a partial mustache, e.g. {{>rickroll}}
, it will look for instance-specific partials before looking in Ractive.partials
.