{% extends 'layout.twig' %} {% block title %}{{ app.title }}{% endblock %} {% block body %} {% include 'navigation.twig' %}
| {{ repository.name | remove_extension }} |
|---|
|
{{ 'index.repo.loading'|t }}
{% if repository.description %}
{{ repository.description }}
{% else %}
{{ 'index.repo.no_description'|t }}
{% endif %}
|