{% extends "base.html" %} {% block content %} {%- if not page.extra.no_header -%}

{{ page.title }}

{%- endif -%}
{%- if page.authors -%} by {%- for author in page.authors -%} {{ author }} {%- if not loop.last -%},{%- endif -%} {%- endfor -%} {%- endif -%} {%- if page.date -%} published {{ page.date }} {%- endif -%}
{{ page.content | safe }} {% endblock content %}