{%- extends 'posts.html' %} {%- block disqus_header %} {%- if is_post(current_path) and config.DISQUS %} {%- endif %} {%- endblock %} {%- block disqus_post %} {%- if is_post(current_path) and config.DISQUS %}
blog comments powered by Disqus {%- endif %} {%- endblock %} {%- block disqus_footer %} {%- if config.DISQUS %} {%- endif %} {%- endblock %} {%- block pagination %} {%- if pagination %} {%- endif %} {%- endblock %}