Header returns the header component instance.
()
| 564 | |
| 565 | // Header returns the header component instance. |
| 566 | func (a *App) Header() HeaderComponent { |
| 567 | return a.header |
| 568 | } |
| 569 | |
| 570 | // Footer returns the footer component instance. |
| 571 | func (a *App) Footer() FooterComponent { |
no outgoing calls