How to force a line break in (Nunjucks) templates

Here are two more alternatives which seems to indicate that setting a variable to be something like <br>, and then doing something like {{ variable | safe }} should allow the html code to be passed through without being escaped.