Custom Navbar A completely custom navbar can be built if neccessary.
Important Notes: The content prop completely overrides the title and links props. Since this is still a navbar, it is recommended that the custom content contains links.
Demo
Twig
{% include '@bolt-components-navbar/navbar.twig' with {
  content: custom_content,
  ...
} only %}
HTML
Not available in plain HTML. Please use Twig.