---
---
{%- for post in site.posts -%}
{{ post.title | strip_html | escape }};
{%- endfor -%}
{%- for post in site.notes -%}
{{ post.title | strip_html | escape }}{% unless foorloop.last %};{% endunless %}
{%- endfor -%}