{{repo.getDescription}}

edit

Paste #{{repo.id}}

{% if repo.getCloneURL(true) or repo.getCloneURL(false) %}
{% if repo.getCloneURL(true) %}
Public clone URL
{% endif %} {% if repo.getCloneURL(false) %}
Private clone URL
{% endif %}
{% endif %}