···144144 </div>
145145 )}
146146147147+ {props.first && (
148148+ <PublicationMetadata cardBorderHidden={!!cardBorderHidden} />
149149+ )}
147150 <PageContent entityID={props.entityID} />
148151 </div>
149152 <Media mobile={false}>
···233236 }}
234237 />
235238 ) : null}
236236- <PublicationMetadata cardBorderHidden={!!cardBorderHidden} />
237239 <Blocks entityID={props.entityID} />
238240 {/* we handle page bg in this sepate div so that
239241 we can apply an opacity the background image
+2
lexicons/api/index.ts
···1616import * as PubLeafletBlocksIframe from './types/pub/leaflet/blocks/iframe'
1717import * as PubLeafletBlocksImage from './types/pub/leaflet/blocks/image'
1818import * as PubLeafletBlocksMath from './types/pub/leaflet/blocks/math'
1919+import * as PubLeafletBlocksPage from './types/pub/leaflet/blocks/page'
1920import * as PubLeafletBlocksText from './types/pub/leaflet/blocks/text'
2021import * as PubLeafletBlocksUnorderedList from './types/pub/leaflet/blocks/unorderedList'
2122import * as PubLeafletBlocksWebsite from './types/pub/leaflet/blocks/website'
···5051export * as PubLeafletBlocksIframe from './types/pub/leaflet/blocks/iframe'
5152export * as PubLeafletBlocksImage from './types/pub/leaflet/blocks/image'
5253export * as PubLeafletBlocksMath from './types/pub/leaflet/blocks/math'
5454+export * as PubLeafletBlocksPage from './types/pub/leaflet/blocks/page'
5355export * as PubLeafletBlocksText from './types/pub/leaflet/blocks/text'
5456export * as PubLeafletBlocksUnorderedList from './types/pub/leaflet/blocks/unorderedList'
5557export * as PubLeafletBlocksWebsite from './types/pub/leaflet/blocks/website'