This page could not be found.
11 | > 12 | ); 13 | } else { 14 | return ( 15 | <> 16 |Something went wrong.
18 | > 19 | ); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /tooling/template-base-essentials/renderer/getPageMeta.ts: -------------------------------------------------------------------------------- 1 | import { PageContext } from './../types'; 2 | 3 | export { getPageMeta }; 4 | 5 | function getPageMeta(pageContext: PageContext) { 6 | const title = fetchProperty(pageContext, 'title'); 7 | const description = fetchProperty(pageContext, 'description'); 8 | return { title, description }; 9 | } 10 | 11 | function hasKeyThis page could not be found.
11 | > 12 | ); 13 | } else { 14 | return ( 15 | <> 16 |Something went wrong.
18 | > 19 | ); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /tooling/template-base/renderer/dropDownClosed.svg: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /tooling/template-base/renderer/dropDownOpen.svg: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /tooling/template-base/renderer/getPageMeta.ts: -------------------------------------------------------------------------------- 1 | import { PageContext } from './../types'; 2 | 3 | export { getPageMeta }; 4 | 5 | function getPageMeta(pageContext: PageContext) { 6 | const title = fetchProperty(pageContext, 'title'); 7 | const description = fetchProperty(pageContext, 'description'); 8 | return { title, description }; 9 | } 10 | 11 | function hasKey