{% extends "basic-ng/components/view-this-page.html" %} {% from "basic-ng/components/view-this-page.html" import determine_page_view_link with context %} {%- macro github_repo_button(url) -%}
{{ _("Source code on GitHub") }}
{%- endmacro -%} {% block link_available -%} {{ github_repo_button(determine_page_view_link()) }} {%- endblock %} {% block link_not_available %} {%- if READTHEDOCS and conf_py_path and page_source_suffix and github_user != "None" and github_repo != "None" and github_version and pagename and page_source_suffix %} {% set url = "https://github.com/" + github_user + "/" + github_repo %} {{ github_repo_button(url) }} {%- endif -%} {% endblock %}