--- layout: wrapper ---
{% include sidebar.html blocks="sidebar_blog" %}

{{ page.title | escape }}

{%- assign date_format = site.amethyst.date_format | default: "%e %B %Y" -%}
{{ content }}
{%- comment -%} Support basic read-only rendering of imported comments. Docs: {%- endcomment -%} {%- if page.amethyst.comments.size > 0 -%}

{{ page.amethyst.comments.size }} archived comment{% if page.amethyst.comments.size != 1 %}s{% endif %}

    {%- for comment in page.amethyst.comments -%}
  1. {{ comment.author | escape }} on said:
    {{ comment.content | markdownify }}
  2. {%- endfor -%}
{%- endif -%}