On the sections demo page found here (
) there is scroll spy enabled that moves down each section.
When I downloaded and installed the demo content the sections were all setup (masthead, banners, boxes, etc) but scroll spy doesn't move between those sections.
The issue scroll spy needs both a class and title attribute. However I don't think I can add that to sections.
I can add some HTML to the content, but that is one block only, not interspersed throughout the page.
The demo page seems to be setup like this
[Sroll Spy]
[HTML with scroll spy classes and title for boxes]
[Boxes]
[HTML with scroll spy classes and title for banners]
[Banners]
[HTML with scroll spy classes and title for masthead]
[Masthead]
I can only figure out how to do the following:
[Sroll Spy]
[HTML with scroll spy classes and title for boxes]
[Boxes]
[Banners]
[Masthead]
How do I get the ability to inject raw html between the sections in a template? Attached is a screenshot on how it looks on my development site.














