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