mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-19 12:36:06 +00:00
The base template simply tries to override the description and formats its differently. However, since the introduction of app-header.html, this was ineffective and did nothing because blocks from included templates can't be overridden, apparently. Also, the base template is being used only in template as all other templates either don't use it or have been removed since. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>