Skip to content

Instantly share code, notes, and snippets.

@srph
Last active July 24, 2018 21:38
Show Gist options
  • Save srph/94faf4dc2c7261f9568520c28b256347 to your computer and use it in GitHub Desktop.
Save srph/94faf4dc2c7261f9568520c28b256347 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