fastify / point-of-view

Template rendering plugin for Fastify
MIT License
338 stars 86 forks source link

Allow custom `Content-Type` header for Nunjucks #354

Closed smigles closed 1 year ago

smigles commented 1 year ago

It allows custom Content-Type response header for Nunjucks template engine.

Closes #353

Checklist

Uzlopak commented 1 year ago

Does it only affect nunjucks or all engines?

smigles commented 1 year ago

@Uzlopak, Nunjucks only. As far as I can tell, also you cannot set custom Content-Type for Eta. For other engines you can.

treeder commented 1 year ago

Same issue with eta as @smigles said.