chore: use template string for html [frappe] PR#22011
See https://github.com/frappe/frappe/pull/22011
Date: 2023-08-11T12:42:57+05:30
- chore: use template string for html (#22011)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-22011
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease