{%- assign file = include.file -%}
{%- assign name = file | replace: "_", "\_" | replace: "../", "" -%}
{%- capture link -%}
  <a href="https://github.com/postlund/pyatv/tree/master/pyatv/{{ file }}">{{ name }}</a>
{%- endcapture -%}
{{ link }}