+[2016-03-14T12:17:08Z]nickjji couldn't find this in the docs anywhere, but is it possible to define and use a custom page variable within a page (inside of the --- block)? +[2016-03-14T12:17:34Z]nickjjseems like jekyll is complaining about it being an unknown operator when i try to do this, but this seems like it has to be a feature so i'm probably doing it wrong? +[2016-03-14T12:39:53Z]jaybenickjj, are you asking if liquid variables are interpreted and expanded when present in page frontmatter? +[2016-03-14T12:40:59Z]nickjjjaybe, let's say in a post's layout file had {{ foo }} , and i wanted to define foo in a post by supplying --- foo: 'hello' , at the top of the file +[2016-03-14T12:41:38Z]jaybenickjj, in post front matter, i.e. myvar: hi ... and within the post/page... call it with: i.e . {{ page.myvar }}