{% macro comments_styles() %}
{% if PELICAN_COMMENT_SYSTEM %}
{# NOTE:
# Instead of using this macro copy these styles in your main css file
# This marco is only here to allow a quickstart with nice styles
#}
{% endif %}
{% endmacro %}
{% macro comments_form() %}
{% if PELICAN_COMMENT_SYSTEM %}
{% endif %}
{% endmacro %}
{% macro comments_with_form() %}
{% if PELICAN_COMMENT_SYSTEM %}