Banno elements

Banno Content provides reusable elements to make it easy to connect with CMS functionality. Each Banno element is namespaced with banno:. These placeholder elements are never rendered directly.

banno:head
Pushes the content within this element into the <head> element of the site.
banno:tail
Pushes the content within this element right before the closing </body> tag.
banno:menu
Accepts a menu-id attribute that contains the UUID (universally unique identifier) of a menu built with the CMS. It generates an HTML list of the menu items.
banno:marketing-ad
Accepts the following attributes:
  • ad-width
  • ad-height
  • ad-id
Renders an element for ad serving. If an ad-id is provided, that ad is rendered.
banno:location-search
Renders HTML for ATM and branch location searching.
banno:location-list
Renders an HTML list of locations.
banno:location-map
Renders a Googleâ„¢ Map with locations plotted.
banno:sitesearch-input
Renders a search input field that searches the contents of pages within the site.
banno:sitesearch-result
Renders a list of page search results.