{% if pagename in ablog %} {% set gh_basepath = github_user + '/' + github_repo + '/blob/' + github_version + '/' %} {% set encoded_base = github_user + '%252F' + github_repo %} {% set gh_binder = github_user + '/' + github_repo + '/' + github_version %} {% set doc_path_aux = doc_path | trim('/') %} {% set file_path = doc_path_aux + '/' + pagename + ".ipynb" %} {% set encoded_path = file_path | replace("/", "%252F") %}
{% endif %}