--- layout: default ---

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %} {% for author in page.author %}

{{ author }}

{% endfor %}
{% comment %} Since by the time Pandoc rendered Markdown and template, Jekyll already parsed and rendered Liquid, we can't add Liquid to Pandoc includes. {% endcomment %} {{ content | replace_first: "@@toc@@", site.i18n.toc }}