mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 09:23:36 +08:00
5 lines
84 B
Twig
5 lines
84 B
Twig
{% extends "layout.twig" %}
|
|
|
|
{% block body %}
|
|
Already installed.
|
|
{% endblock %}
|