Tags that print banners and banner parts.

Banner tags are used for creating banner areas in a theme, i.e. pre-defined locations in which banners are displayed.

For instance, to create a banner area for a group with the 'frontpage' codename, add the {Banners} tag to your theme according to the example below:

{Banners(
    name: 'frontpage'
)}

Now all banners from the frontpage group will be displayed in this banner area.

Banner areas can be formatted in a great many ways by using CSS and JavaScript. You can, for example, create banner carousels, in which a group's banners will be displayed automatically one after another at specified intervals.