mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-29 15:00:09 +00:00
6 lines
84 B
Twig
6 lines
84 B
Twig
{% extends "layout.twig" %}
|
|
|
|
{% block body %}
|
|
Already installed.
|
|
{% endblock %}
|