{% extends "base.html" %} {% block body %}

{{ page.title }}

by: {% for author in page.authors %} {{author}}{% if not loop.last %}, {% endif %} {% endfor %}

datetime: {{page.datetime}}, date: {{page.date}}, time: {{page.time}}

Tags:

Hooked: {{ hooked }} {{ page.content }} {% endblock body %}