{#-
boilerplate/page.html
~~~~~~~~~~~~~~~~~~~~~
Master layout for Tinkerer pages.
:copyright: Copyright 2011-2014 by Vlad Riscutia and contributors (see
CONTRIBUTORS file)
:license: FreeBSD, see LICENSE file
-#}
{%- extends "layout.html" -%}
{%- block body -%}
{{ timestamp(metadata.formatted_date) }}
{{ body }}
{{ post_meta(metadata) }}
{{ comments }}
{%- endblock -%}