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