@hoth/view
v1.3.2
Published
template engine for hoth framework
Downloads
13
Readme
@hoth/view
config/plugin.ts
import path from 'path';
export default {
'@hoth/view': {
engine: {
swig: require('swig'),
}
templatesDir: path.resolve(__dirname, '../templates')
},
};