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