{% 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 -%}
{% if site.pagefind %} {% include "search_form.html" %} {% endif %}
☰ Metadata
{%- block content %}{% endblock -%}