|
|
|
|
|
by mzronek
530 days ago
|
|
Using server-side templating is another layer of complexity on top of your stack, that just glues together your output. These template languages are not easy to learn. Custom code for loops, escaping, template inheritance etc. Sometimes these are also hard to debug. The documentation of Jinja is huge. Things get worse when you bring Javascript into the mix. You need to create Javascript code with your template engine without any Javascript toolchain. Hard no to the string concat approach for me. |
|