diff --git a/plinth/templates/index.html b/plinth/templates/index.html index a9441b2e4..7b93c0172 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -27,15 +27,7 @@ {% endif %} {% if selected_shortcut.description %} - {% block pagetitle %} -

{{ selected_shortcut.name }}

- {% endblock %} - - {% block description %} - {% for paragraph in selected_shortcut.description %} -

{{ paragraph|safe }}

- {% endfor %} - {% endblock %} + {% include "app-header.html" with app_info=selected_shortcut %}