Skip to content

Instantly share code, notes, and snippets.

@ahmadajmi
Last active July 28, 2022 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadajmi/d230f542ae4cd52d1cec6850ce5a8002 to your computer and use it in GitHub Desktop.
Save ahmadajmi/d230f542ae4cd52d1cec6850ce5a8002 to your computer and use it in GitHub Desktop.
<div class='c-section'>
{{#get 'pages' slug='PAGE_SLUG' as |page| }}
{{#page}}
<div class='c-content'>
{{ content }}
</div>
{{/page}}
{{/get}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment