{% extends 'layout.twig' %} {% block title %}P3X GitList{% endblock %} {% block body %} {% include 'navigation.twig' %}
{{ repository.name | remove_extension }} |
---|
{% if repository.description %}
{{ repository.description }}
{% else %}
There is no repository description file. Please, create one to remove this message.
{% endif %}
|