hedgedoc/public/views
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
..
hedgedoc Replace handlebars with string.replace 2021-06-11 09:29:26 +02:00
includes
index Extract list of supported languages in separate file 2021-04-26 21:45:31 +02:00
shared
error.ejs
hedgedoc.ejs Templates: Remove lang and add translation parameter 2021-03-16 10:48:44 +01:00
html.hbs Templates: Remove lang and add translation parameter 2021-03-16 10:48:44 +01:00
index.ejs Templates: Remove lang and add translation parameter 2021-03-16 10:48:44 +01:00
pretty.ejs Replace handlebars with string.replace 2021-06-11 09:29:26 +02:00
slide.ejs Replace handlebars with string.replace 2021-06-11 09:29:26 +02:00