{% extends "!page.html" %} {% set disqus_shortname = 'aspnetdocs' %} {#########################} {# for disqus commenting #} {#########################} {% macro comments() %} {% if 'index' not in pagename and on_rtd %}

Comments ΒΆ

{% endif %} {% endmacro %} {%- block body %} {{ super() }} {% if next or prev %} {% endif %} {% if disqus_shortname %} {{ comments() }} {% else %} {% endif %} {%- endblock %}