---
title: "/{{ page.fileSlug }}/"
permalink: "notes/{{ page.fileSlug | slugify }}/"
---
{{ page.fileSlug }}
{%include "components/pageheader.njk"%}
{%include "components/notegrowthhistory.njk"%}
{% if settings.dgShowFileTree !== true %}
{%include "components/navbar.njk"%}
{%else%}
{%include "components/filetree.njk"%}
{% endif %}
{% if settings.dgShowInlineTitle === true %}
{{ page.fileSlug }}
{% endif %}
{{ content | link | highlight | safe}}
{% if settings.dgShowBacklinks === true or settings.dgShowLocalGraph === true%}
{%include "components/sidebar.njk"%}
{% endif %}