hedgedoc/public/views/hedgedoc
David Mehren 938afbddc3
Replace handlebars with string.replace
The html.hbs template does not contain any logic,
so we can replace the lib with good old string.replace calls.
This significantly reduces the bundle size, as we don't have to ship
a full template engine to the client.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-06-11 09:29:26 +02:00
..
body.ejs Switch to ejs 3 compliant imports 2021-02-09 20:27:39 +01:00
footer.ejs Replace handlebars with string.replace 2021-06-11 09:29:26 +02:00
head.ejs Escape custom Open Graph tags 2021-05-09 19:21:27 +02:00
header.ejs Remove pdf export code 2020-11-26 21:09:23 +01:00