--- permalink: "notes/{{ page.fileSlug | slugify }}/" --- {% if title %}{{ title }}{% else %}{{ page.fileSlug }}{% endif %} {%include "components/pageheader.njk"%} {%include "components/notegrowthhistory.njk"%} {% if settings.dgShowFileTree !== true %} {%include "components/navbar.njk"%} {%else%} {%include "components/filetree.njk"%} {% endif %} {% if settings.dgEnableSearch === true %} {%include "components/searchContainer.njk"%} {% endif %}
{% if settings.dgShowInlineTitle === true %}

{% if title %}{{ title }}{% else %}{{ page.fileSlug }}{% endif %}

{% endif %}
{% if settings.dgShowTags === true and tags %}
{% for tag in tags %} {% if tag != 'gardenEntry' and tag !='note' %} #{{tag}} {% endif %} {% endfor %}
{% endif %}
{{ content | link | taggify | highlight | safe}}
{% if settings.dgShowBacklinks === true or settings.dgShowLocalGraph === true or settings.dgShowToc === true%} {%include "components/sidebar.njk"%} {% endif %} {% if settings.dgLinkPreview === true %} {%include "components/linkPreview.njk"%} {% endif %}