+ {% if ablog and pagename in ablog %}
+ {% include "postnavy.html" %}
+ {% include "share.html" %}
+ {% else %}
+ {% if ablog and theme_share_all %}
+ {% include "share.html" %}
+ {% endif %}
+ {% endif %}
+ {% if ablog and ablog.disqus_shortname and ablog.blog_baseurl and
+ (not ablog[pagename].nocomments) and
+ ((pagename in ablog and (ablog[pagename].published or
+ ablog.disqus_drafts)) or
+ (not pagename in ablog and ablog.disqus_pages)) %}
+ {% include "util/disqus.html" %}
+ {% endif %}
+ {% if ablog and theme_isso and
+ (not ablog[pagename].nocomments) and
+ ((pagename in ablog and (ablog[pagename].published or
+ ablog.disqus_drafts)) or
+ (not pagename in ablog and ablog.disqus_pages)) %}
+
+
- {% if ablog and pagename in ablog %}
- {% include "postnavy.html" %}
- {% include "share.html" %}
- {% else %}
- {% if ablog and theme_share_all %}
- {% include "share.html" %}
- {% endif %}
- {% endif %}
- {% if ablog and ablog.disqus_shortname and ablog.blog_baseurl and
- (not ablog[pagename].nocomments) and
- ((pagename in ablog and (ablog[pagename].published or
- ablog.disqus_drafts)) or
- (not pagename in ablog and ablog.disqus_pages)) %}
- {% include "util/disqus.html" %}
- {% endif %}
- {% if ablog and theme_isso and
- (not ablog[pagename].nocomments) and
- ((pagename in ablog and (ablog[pagename].published or
- ablog.disqus_drafts)) or
- (not pagename in ablog and ablog.disqus_pages)) %}
-
-
{{ _("Comments") }}
+