Description of the need Some tokens are missing from Backdrop and D7 core. This issue is addressed here https://www.drupal.org/project/token/issues/691078 and is considered major. Maybe all the needed tokens are already included in the Entity Tokens module which is now available in Backdrop contrib.
As an example I'll present here some tokens available in D8/D9 about forums which are missing from Backdrop core. Though, Entity Tokens provides availability of most of them if not all. We just need to check if there is anything not covered by the Entity Tokens module and if this module should be part of the core.
Please see in the attached photo what taxonomy tokens Drupal 9 now offers
Recent comments
In page.tpl.php you can get the current path and add it to the class array $classes[] = 'path-' . str_replace('/', '', $_SERVER['REQUEST_URI']); You will get an original class for each page....
Insert custom class into body tag
https://www.drupal.org/project/views/issues/1266388 shows that this is an architectural issue, and requires another 2 hooks being adjusted. It would be really nice to add comments/notes to...
node access
Hmmm, from D7 ancient tomes: from https://drupal.stackexchange.com/questions/7056/limit-which-roles-can-view-a-node-basing-on-its-content-type yet https://docs.backdropcms.org/api/...
node access