Back to Orchardcore

Main

src/docs/theme/main.html

2.2.1309 B
Original Source

{% extends "base.html" %} {% block extrahead %}{% endblock %} {% block disqus %}

Authors: {% if git_info %} {%- for author in git_info.get('page_authors') -%} {{ author.name }}{% if not loop.last %}, {% endif %} {%- endfor -%} {% endif %} {% include "partials/integrations/disqus.html" %} {% endblock %}