<%-# -*- mode: html -*- -%> <%- IF meta.lang %> <%- ELSE -%> <%- END %> <% IF meta.title %> <%- meta.title -%> <%- ELSE -%> Untitled <%- END %>
<%- IF directives.title %>

Title: <% directives.title %>

<% END %> <%- IF directives.subtitle %>

Subtitle: <% directives.subtitle %>

<% END %> <%- IF directives.SORTauthors %>

Author(s): <% FOREACH author = directives.SORTauthors -%> <%- author.name -%> <% END %>

<% ELSIF directives.author %>

Author(s): <% directives.author %>

<% END -%> <%- IF directives.date %>

Date: <% directives.date %>

<% END %> <%- IF directives.SORTtopics %>

Topics: <% FOREACH topic = directives.SORTtopics -%> <%- topic.name -%> <% END %>

<% END -%> <% IF directives.notes %>

Notes: <% directives.notes %>

<% END %> <% IF directives.source %>Source: <% directives.source %> <% END %>
<%- IF directives.author %>

<% directives.author %>

<% END %> <%- IF directives.title %>

<%- directives.title -%>

<% END %> <%- IF directives.subtitle %>

<% directives.subtitle %>

<% END %>
<% IF meta.toc %>
<% meta.toc %>
<% END %>
<% content %>