<!DOCTYPE html>
<html>
<body>
    {{#each text}}
        <p>{{this}}</p>
    {{/each}}
</body>
</html>