Egg framework egg-view-handlebars library using solution?

egg Project template engine chooses handlebars, official website to provide egg-view-handlebars this library, but some problems are found in the process of using it:

1. This library defaults to app/view/partials as the local page folder, but I cannot refer to the local page in use, prompting The partial navigation could not be found

 // 
. view
  . index.hbs
  . partials
    . navigation.hbs
//index.hbs
{{> navigation}}

is this because it is written incorrectly? how do I write it?

2. It seems that the template page layout.hbs is not available in the library. How can I register a custom helper in egg?

Mar.31,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36577-4ec6e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36577-4ec6e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?