{% if node.title %} {% if node.subtitle or node.anthors.size > 0 %}{% endif %} {{ node.title }} {% if node.subtitle %}{{ node.subtitle }}{% endif %} {% if node.authors.size > 0 %} {% for author in node.authors %} {{ author.name }} {% endfor %} {% endif %} {% if node.subtitle or node.authors.size > 0 %}{% endif %} {% endif %} {% if node.attributes.toc %} {{ node.attributes.toc-title }} {{ node.toc }} {% endif %} {{ node.content }}
{{ node.subtitle }}
{{ author.name }}