Do the navbar properly
authorKarl O. Pinc <kop@karlpinc.com>
Sun, 28 Jul 2024 19:37:46 +0000 (14:37 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 29 Jul 2024 14:52:47 +0000 (09:52 -0500)
commit932e63050d6634f46661e911e98edbc1340848ab
tree5338f9424be1da438b3c67b3872b28994461bad5
parent4699105a1df056d416e31925f606d95144235842
Do the navbar properly

The parent navbar decides how to place the child's content.

Do not use "next" because that means that the parent must know
if they have children.  Instead, use body wrapping and always
call the "navbar_content" tag with a body.
src/pgwui_common/templates/auth_base.mak
src/pgwui_common/templates/base.mak
src/pgwui_common/templates/errors_base.mak
src/pgwui_common/templates/lib.mak [new file with mode: 0644]