diff --git a/index.html.twig b/index.html.twig index 9056924..d65676d 100644 --- a/index.html.twig +++ b/index.html.twig @@ -10,6 +10,15 @@ {% endblock %} {% block content %} + {% if project.introduction %} +
+
+
+ {{ project.introduction|raw }} +
+
+
+ {% endif %}
{% if project.namespace.namespaces|length > 0 or not project.index.packages %}