Skip to content

Instantly share code, notes, and snippets.

@jasonbahl
Created March 16, 2021 23:38
Show Gist options
  • Save jasonbahl/81f7533a46a81b75972b5264c28ee571 to your computer and use it in GitHub Desktop.
Save jasonbahl/81f7533a46a81b75972b5264c28ee571 to your computer and use it in GitHub Desktop.
// src/templates/Post.vue
<article>
<h1 class="title">{{ $page.post.title }}</h1>
<div class="content" v-html="$page.post.content"></div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment