[](https://travis-ci.org/canjs/can-stache-ast)
npm install can-stache-ast
With StealJS, you can import this module directly in a template that is autorendered:
``js`
import plugin from 'can-stache-ast';
Use require to load can-stache-ast and everything elsecan-stache-ast
needed to create a template that uses :
`js`
var plugin = require("can-stache-ast");
Load the global version of the plugin:
`html``