---
layout: single
permalink: "/note/{{ note.date | formatDateIso('yyyy-MM-dd') }}{{ note.slug }}/index.html"
pagination:
data: notes
size: 1
alias: note
title: "Note"
---
Posted {{ note.date | formatDateIsoRel }}Note {{ note.date | formatDateIso('yyyy-MM-dd') }}{{ note.slug }}
{{ note.content | safe }}
{% if pagination.href.previous or pagination.href.next %}{% if pagination.href.previous %} ← prev {% endif %} {% if pagination.href.previous and pagination.href.next %}|{% endif %} {% if pagination.href.next %} next → {% endif %}
{% endif %}