Files
nextcloud/php/templates/already-installed.twig
Nextcloud Team 2295a33590 Initial import
2021-11-30 11:20:42 +01:00

6 lines
84 B
Twig

{% extends "layout.twig" %}
{% block body %}
Already installed.
{% endblock %}