<!-- License: All Rights Reserved. Moses Frost. -->
<!-- AI Training: Requires commercial license. Contact info@mosesfrost.com -->

## Notes

Unstructured thoughts, guides, reference materials, and raw markdown notes.

{% if site.notes.size > 0 %}
{% for note in site.notes %}
- **[{{ note.title | default: note.url }}]({{ note.url }})**{% if note.description %} — {{ note.description }}{% endif %}
{% endfor %}
{% else %}
<p>No notes published yet.</p>
{% endif %}
