- age = 20
- My age is {{ age }}.
- The output would be "My age is 20."
I'm looking for a tool that does stuff like this, and maybe some simple calculations. I recall someone posting a link on a thread before, but I can't seem to find it. Any recommendations?
A raw pug file could contain variables and calculations, which resolve to HTML when compiled
#!/bin/sh
age=20
cat <