-- remove images function Image () return {} end -- remove nav from html page function MetaBlocks(m) if m.tag == 'nav' then return {} end end