Templating #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is a lot of templating in the system: emails and success messages.
Both supports HTML and templating using
{{ symbol }}where symbol must be in the symbol table of the renderer that is rendering the template.Issues
JSON path could be used for better templating. Symbol table could be represented with a JSON object.