mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 03:22:48 +08:00
5 lines
84 B
Twig
5 lines
84 B
Twig
{% extends "layout.twig" %}
|
|
|
|
{% block body %}
|
|
Already installed.
|
|
{% endblock %}
|