--- layout: single permalink: '/note/{{ note.date | formatDateIso("yyyy-MM-dd") }}{{ note.slug }}/index.html' pagination: data: notes size: 1 alias: note title: "Note" ---

Note {{ note.date | formatDateIso("yyyy-MM-dd") }}{{ note.slug }}

Posted {{ note.date | formatDateIso("yyyy-MM-dd 'at' T") }}

{{ note.content | safe }}

{% if pagination.href.previous or pagination.href.next %} {% endif %}