Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This a templating function (rather a library) that aligns with goals of doing things simply from first principles.

Code Block
languagehtml
<p>$NAME$ has $$$ID$ - $Life$ - Everybody wishes they had more $$$$$</p>$

$ characters can be represented by the escape sequence $$. This is how one would use such a template:

...