From 4757c362339a74e3544ad755bffc55fe651f227c Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sun, 1 Oct 2017 13:16:07 +0200 Subject: [PATCH] Updated changelog and minor fix example --- CHANGELOG.md | 3 +++ modules/default/helloworld/helloworld.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed2cc2b..380ab383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2.2.0] - Unreleased +**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install` + ### Changed ### Added +- Add option to use [Nunjucks](https://mozilla.github.io/nunjucks/) templates in modules. (See `helloworld` module as an example.) ### Updated diff --git a/modules/default/helloworld/helloworld.html b/modules/default/helloworld/helloworld.html index 669dbf36..5672a7d7 100644 --- a/modules/default/helloworld/helloworld.html +++ b/modules/default/helloworld/helloworld.html @@ -2,4 +2,4 @@ Use | striptags(true) for HTML rendering https://mozilla.github.io/nunjucks/templating.html#striptags-value-preserve_linebreaks --> -
{{text | striptags(true)}}
+
{{text | striptags(true)}}