all-in-one/php/templates/already-installed.twig
2021-11-30 11:20:42 +01:00

6 lines
84 B
Twig

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