---
title: Notes
navbar:
  link: Notes
  priority: 3
sidebar:
  notes:
    hide: true
---
{% if site.notes.size > 0 %}
  <p>Style guides and best practices, not worthy of a post.</p>
  {% include notes.html %}
{% else %}
  <p>Sorry, no notes have been added yet.</p>
{% endif %}