{{! This is a template comment — it is stripped from the export entirely, unlike HTML comments, which stay in the output. }}

{{project.name}}

{{#project.hasDescription}}

{{project.description}}

{{/project.hasDescription}}

{{project.status}} {{project.stepCount}} steps {{project.mediaCount}} attachments {{#project.hasDuration}}{{project.totalDuration}}{{/project.hasDuration}} {{project.createdDate}} – {{project.modifiedDate}}

{{#project.hasTags}}

{{#project.tags}}{{name}}{{/project.tags}}

{{/project.hasTags}} {{#project.hasCoverImage}}
{{#project.coverImage}}{{/project.coverImage}}
{{/project.hasCoverImage}}
{{#steps}}

Step {{number}}{{#hasDuration}} — {{duration}}{{/hasDuration}}

{{title}}

{{{contentHTML}}} {{#media}} {{#isImage}}
{{/isImage}} {{#isVideo}} {{^meta.isPDF}}
{{/meta.isPDF}} {{#meta.isPDF}}
{{#thumbnailSrc}}{{/thumbnailSrc}}
Video ({{filename}}) not included in the PDF.
{{/meta.isPDF}} {{/isVideo}} {{#isAudio}} {{^meta.isPDF}}
Audio note
{{/meta.isPDF}} {{#meta.isPDF}}
Audio note ({{filename}}) not included in the PDF.
{{/meta.isPDF}} {{/isAudio}} {{/media}}
{{/steps}}