Chris@0: /** Chris@0: * Implements hook_page_top(). Chris@0: */ Chris@0: function {{ machine_name }}_page_top(array &$page_top) { Chris@0: $page_top['mymodule'] = ['#markup' => 'This is the top.']; Chris@0: }