{% extends "!page.html" %} {% set disqus_shortname = 'aspnetdocs' %} {#########################} {# for disqus commenting #} {#########################} {% macro comments() %}

Comments

{% endmacro %} {%- block body %} {{ super() }}
{% if disqus_shortname and 'index' not in pagename and on_rtd %} {% if next or prev %} {% endif %} {{ comments() }} {% else %} {% endif %} {%- endblock %}