Skip to content

Instantly share code, notes, and snippets.

@ardeay
Last active November 17, 2015 18:33
Show Gist options
  • Save ardeay/11665f6a688e25a90164 to your computer and use it in GitHub Desktop.
Save ardeay/11665f6a688e25a90164 to your computer and use it in GitHub Desktop.
<h1>Page Title</h1>
<hr/>
{{if @test_cookie == 'cookie content'}}
<h2>{{@test_cookie}}</h2>
<p>{{page.personlized_content}}</p>
{{else}}
<p>{{page.default_content}}</p>
{{end-if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment