This site has been updated.
Reload to display the latest version?
(click here)

Tag:  template

Simple template engine in JavaScript

24 October, 2020
Recently I had a task, that included creating simple templates. Nothing special, just using JavaScript replace placeholders with provided values. Obviously it’s better to have some general solution in place, so next time any change wouldn’t be painful.