Skip to content

Commit 314b9ca

Browse files
committed
Freemarker sample template fixes
1 parent 44e2db8 commit 314b9ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

org.contextmapper.dsl.ui/samples/freemarker/markdown-templates/FullReportTemplate.md.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Model Report for '${fileName}'
77
==============================
88

9-
*Note:* This domain model is part of project '${projectName}'.
9+
*Note:* This domain model is part of project '${projectName!"undefined"}'.
1010

1111
<#if domains?has_content>
1212
Analysis Part<#lt>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Report generated from '${fileName}'
3-
project: ${projectName}
4-
author: ${userName}
5-
date: ${timeStamp}, Context Mapper version ${contextMapperVersion}
6-
copyright: The authors, 2020. All rights reserved.
3+
project: ${projectName!"undefined"}
4+
author: ${userName!"undefined"}
5+
date: ${timeStamp!"undefined"}, Context Mapper version ${contextMapperVersion!"undefined"}
6+
copyright: The authors, 2020-2023. All rights reserved.
77
---

0 commit comments

Comments
 (0)