<div>Hi,<br></div><div><br></div><div>I followed the instructions here: <a href="https://github.com/astares/Seaside-Bootstrap">https://github.com/astares/Seaside-Bootstrap</a>, to a T and proceeded to create a class:<br></div><div><br></div><div>WAComponent subclass: #MyBootstrapExample<br></div><div>instanceVariableNames: ''<br></div><div>classVariableNames: ''<br></div><div>package: 'iExamples'<br></div><div><br></div><div>From there I added two methods:<br></div><div><br></div><div>renderContentOn: html<br></div><div>html heading level2 with: 'Examples'.<br></div><div>html alert bePrimary with: 'A simple primary alert—check it out!'.<br></div><div>html break.<br></div><div><br></div><div>rendererClass<br></div><div><br></div><div>^ SBSHtmlCanvas<br></div><div><br></div><div>From here I registered the app and I get a page rendered.<br></div><div><br></div><div>Problem:<br></div><div><br></div><div>There is no bootstrap? (The head section of the rendered page has no links to any css or js other than the standard development.css.<br></div><div><br></div><div>Note:<br></div><div>All the default bootstrap examples work and all there rendered pages have the head section links that I would expect.<br></div><div><br></div><div>Question:<br></div><div><br></div><div>1. Why are not may pages including the links to the boostrap/jquery libraries?<br></div><div>2. How do I correct this (having the same issue with jquery (classes are loaded as they are embedded but not head section references?)?<br></div><div><br></div><div>Thanks in advance,<br></div><div><br></div><div class="protonmail_signature_block"><div class="protonmail_signature_block-user"><div>Ian<br></div></div><div><br></div><div class="protonmail_signature_block-proton">Sent with <a href="https://protonmail.com/" target="_blank">ProtonMail</a> Secure Email.</div></div><div><br></div>