This fix the follow things:

* The default screen on missing configuration file and syntax error.
    * Tests
This commit is contained in:
Rodrigo Ramírez Norambuena 2017-09-29 19:10:03 -03:00
parent 3f9181905a
commit 795e33881c

View File

@ -1,2 +1,5 @@
<div class="small dimmed">HelloWorld module says:</div> <!--
<div class="normal">{{text}}</div> Use | striptags(true) for HTML rendering
https://mozilla.github.io/nunjucks/templating.html#striptags-value-preserve_linebreaks
-->
<div class="normal">{{text | striptags(true)}}</div>