This line should probably be "not[space]" and not "not": https://github.com/bheisler/TinyTemplate/blob/141836defdc4ffedc7f3beec9a1dd7e06e7cbf8e/src/compiler.rs#L74 Ran into issue where trying to use below template code: ``` {{ if notes -}} "{notes}" {{- else -}} ##f {{- endif }} ```