{% extends "!page.html" %} {% set script_files = script_files + ['_static/seqan_ext.js'] %} {% set css_files = css_files + ['_static/seqan_ext.css'] %} {#########################} {# for disqus commenting #} {#########################} {% macro comments() %}
comments powered by Disqus {% endmacro %} {%- block body %} {{ super() }} {% if disqus_shortname %} {{ comments() }} {% else %} {% endif %} {%- endblock %}