BO themes list extra content:
This hook displays content after the themes list in the back office
Hook locations:
Hook type: display
Located in:
<?php
array(
'current_theme_name' => (string) Name of the currently used theme
);
{{ renderhook('displayAdminThemesListAfter', { 'current_theme_name': currentlyUsedTheme.get('name') }) }}