all-in-one/php/templates/already-installed.twig

6 lines
84 B
Twig
Raw Normal View History

2021-11-30 18:20:42 +08:00
{% extends "layout.twig" %}
{% block body %}
Already installed.
{% endblock %}