;;;;Thanks Marco for giving us such a cool system. ;;this snippet of code might not be all that great, ;;but i really liked having a link to a ;; progn that sets a value and switches a component. (defmethod render ((navbar navbar)) "Render a navbar by seeing what components are in the page body and providing a link to each. Also put a link next to each that will show the inspector inspecting that component. The inspector will even inspect itself." (<:ul (dolist* ((label . comp) (ucw::container.contents (page-body navbar))) (<:li ;a link to switch to the component (