{% if ('examples' in pagename) and not 'index' in pagename %}
Try online:
{% if 'examples/workflows' in pagename %} {% else %} {% endif %}
Try locally:
{% set notebook_source = pathto('_sources/' + pagename + '.ipynb', 1) -%}
{% endif %}