Skip to content

Instantly share code, notes, and snippets.

@iainnash
Created February 23, 2018 16:17
Show Gist options
  • Save iainnash/2d41fa95acecd91153f1445a419bde1f to your computer and use it in GitHub Desktop.
Save iainnash/2d41fa95acecd91153f1445a419bde1f to your computer and use it in GitHub Desktop.
Page Layouts Example
<Page context="mobile">
<Title>Test Page</Title>
<Links current="/help">
<Link to="/main">Home</Link>
<Link to="/help">Help</Link>
</Links>
<Content>
<div>Page</div>
</Content>
<Footer>Oscar Health</Footer>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment