--- title: The title of the page date: 2011/09/01 time: 22:36 template_engine: twig --- This page's title should be: "{{ page.title }}". It was written on {{ page.date }} at {{ page.time }}. Now here's a link: {{ site.root }} And using PieCrust's extension: {{ pcurl('about') }} Tag URL? {{ pctagurl('some-tag') }} Category URL? {{ pccaturl('some-category') }} Post URL? {{ pcposturl('2011', '09', '01', 'some-post') }}