Welcome,
@{{ username }}!

You've got {{ count }} note(s) on Jotsy.

(ctrl + return)
{% if notes.len() == 0 %}

You don't have any notes yet! Go ahead and write some!

{% else %} {% for note in notes %}
{{ note.date }}

{{ note.body }}

{% endfor %} {% endif %}