Screenshot of code: export default ({ SLOT, activeSection = '', autoHeading = true}) => html` <${Application} layout='settings'> <${Navigation} activeSection=${activeSection} /> <main id='content'> <if ${autoHeading}> <h2>${activeSection}</h2> </if> ${SLOT} </main> </>
https://s3-eu-central-1.amazonaws.com/mastodon-aral/media_attachments/files/110/118/714/550/511/297/original/8a333159c7886231.png