Skip to content

Instantly share code, notes, and snippets.

@fliptheweb
Created January 24, 2017 06:55
Show Gist options
  • Save fliptheweb/6e970ff931d8fdd8acf01c323565b3e2 to your computer and use it in GitHub Desktop.
Save fliptheweb/6e970ff931d8fdd8acf01c323565b3e2 to your computer and use it in GitHub Desktop.
<div class="container">
<header>
<slot name="header"></slot>
</header>
<main>
<slot></slot>
</main>
<footer>
<slot name="footer"></slot>
</footer>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment