AMP document boilerplate components
npm install @arc-core-components/amp-document-boilerplateRenders the html node with the attributes required for AMP documents (and all
additional attributes supplied as props).
_Must be rendered as the first child of ._ Renders the base markup that
all AMP documents require.
#### Props
- canonicalUrl (string): the canonical URL of the non-AMP version of the page
(or the AMP URL if a non-AMP version doesn't exist)
``jsx
import {
Html,
BaseMarkup
} from "@arc-core-components/amp-document-boilerplate";