partials.ts 132 B

1234
  1. let templates = (require as any).context('../', true, /\.html$/);
  2. templates.keys().forEach((key: string) => {
  3. templates(key);
  4. });