{% 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 %}
{%- if comment.metadata['website'] -%}
{{ comment.author }}
{%- else -%}
{{ comment.author }}
{%- endif -%}
on
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 %}There are no comments yet. Will you add the first one?
{% endif %} {# comment form #}