{% block head %}
{{ note.title }} | {{ site.title | default("Notes") }}
{% endblock %} {% include "sidebar.html" %}
☰
{%- if site.topnav and site.topnav.links -%} {% for link in site.topnav.links -%}
{{ link.text }}
{%- endfor %} {%- endif -%}
☰ Metadata
{% block content %}{% endblock %}