{% set repo_form_linkify_current_team_slug = team.slug if is_team_repo else "" %}
{% with
textarea_id="repo-about",
textarea_name="about",
textarea_rows=8,
textarea_value=form.about,
textarea_classes="form-control",
linkify_is_private=form.visibility == "private",
linkify_current_team_slug=repo_form_linkify_current_team_slug
%}
{% include "partials/markdown_preview_tabs.html" %}
{% endwith %}
Optional longer repository overview rendered as markdown on repo pages.