{% extends "!page.html" %} {% set google_analytics_id = 'UA-37270821-1' %} {% set disqus_shortname = 'bedtoolsdocs' %} {# note, currently these must be set... #} {% set github_base_account = 'arq5x' %} {% set github_project = 'bedtools2' %} {##################################################} {# for plone-derived "edit me" & Google analytics #} {##################################################} {% block footer %} {{ super() }} {% endblock %} {#########################} {# for disqus commenting #} {#########################} {% macro comments() %}
comments powered by Disqus {% endmacro %} {% block extrahead %} {% if github_base_account %} {% else %} {% endif %} {% if google_analytics_id %} {% else %} {% endif %} {% endblock %} {%- block body %} {{ super() }} {% if disqus_shortname %} {{ comments() }} {% else %} {% endif %} {%- endblock %}