~version: "2.1" # constitution.my Instant View template # Card pages ?path: /p/.+ body: //main[has-class("item-page")]//div[has-class("item-main")] title: //section[has-class("item-hero")]//h1 subtitle: //section[has-class("item-hero")]//p[has-class("lead")] channel: @constitution_my # Remove non-content elements @remove: //header[has-class("topbar")] @remove: //footer[has-class("foot")] @remove: //nav[has-class("item-nav")] @remove: //*[has-class("janus-fab")] @remove: //*[has-class("janus-panel")] @remove: //*[has-class("lite-toggle")] @remove: //*[has-class("chat-widget")] @remove: //*[has-class("breadcrumb")] # Full text pages ?path: /full-text.* body: //section[has-class("fulltext-host")] title: //section[has-class("item-hero")]//h1 subtitle: //section[has-class("item-hero")]//p[has-class("lead")] @remove: //aside[has-class("item-aside")] @remove: //button[has-class("back-to-top")] @remove: //*[has-class("print-btn")]