This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
gluon-firmware/package/gluon-config-mode-core/files/lib/gluon/web/view/gluon/config-mode/welcome.html

12 lines
193 B
HTML

<%-
local sysconfig = require 'gluon.sysconfig'
-%>
<p>
<%=
renderer.render_string(translate('gluon-config-mode:welcome'), {
hostname = hostname,
sysconfig = sysconfig,
})
%>
</p>