In T390019: Add favorite button next to watch star on template pages we added a tab next to the watch star on templates pages, with which to toggle the templates' favorite state.
The tab's button is loaded by the ext.templateData.templateDiscovery module, and so doesn't load until JS loads, thus causing a layout jump. Instead of that, the full HTML and required styles should be output when the page loads. Initially disabled, the RL module would then infuse the button and enable it.