{% if repo.about %} {% with repo_about_current_team_slug = owner_slug if owner_path is startingwith('/teams/') else "" %}
About
{{ repo.about | markdown | linkify(is_private=repo.visibility == "private", current_team_slug=repo_about_current_team_slug) }}
{% endwith %} {% endif %}