Chris@0: /** Chris@0: * Implements hook_page_bottom(). Chris@0: */ Chris@0: function {{ machine_name }}_page_bottom(array &$page_bottom) { Chris@0: $page_bottom['mymodule'] = ['#markup' => 'This is the bottom.']; Chris@0: }