{% if DISQUS_SITENAME or PELICAN_COMMENT_SYSTEM %}

Comments

{%- if DISQUS_SITENAME %}
comments powered by Disqus {% endif -%} {%- if PELICAN_COMMENT_SYSTEM %} {# comments and comment form -#} {#- existing comments, if any -#} {%- if article.comments %} {%- for comment in article.comments recursive %}
Avatar for {{ comment.author }}
{%- if comment.metadata['website'] -%} {{ comment.author }} {%- else -%} {{ comment.author }} {%- endif -%} on
{{ comment.content }}
Permalink
{%- if comment.replies %} {{ loop(comment.replies) }} {% endif -%}
{%- endfor %} {% else %}

There are no comments yet. Will you add the first one?

{% endif %} {# comment form #}
Add a Comment

You can use the Markdown syntax to format your comment.

or alternately, send me your thoughts at {{ PELICAN_COMMENT_SYSTEM_EMAIL_USER }} [at] {{ PELICAN_COMMENT_SYSTEM_EMAIL_DOMAIN }}

{%- if PELICAN_COMMENT_SYSTEM_FEED and article %}
Comment Atom Feed (for this post)
{% endif %}
{% endif %}
{% endif -%}