diff2html/website/templates/pages/index/index.handlebars
biodiscus 818f752714 optimize webpack config for faster build website
- switch to modern html-bundler-webpack-plugin
- replace deprecated `file-loader` and `url-loader` with Webpack 5 assets module
- create single webpack config instead of two configs
2023-09-03 12:00:59 +02:00

8 lines
No EOL
208 B
Handlebars

{{#partial 'scripts'}}
{{! define here page-specific source script files }}
<script src="./index.ts" defer="defer"></script>
{{/partial}}
{{#partial "content"}}
{{> index/content}}
{{/partial}}
{{> template}}