Last active
July 24, 2018 21:38
-
-
Save srph/21bc7127a6766ac5f7586423d062d34e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<base-layout> | |
<template slot="header"> | |
<h1>Here might be a page title</h1> | |
</template> | |
<p>A paragraph for the main content.</p> | |
<p>And another one.</p> | |
<template slot="footer"> | |
<p>Here's some contact info</p> | |
</template> | |
</base-layout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment