welcome.html 193 B

1234567891011
  1. <%-
  2. local sysconfig = require 'gluon.sysconfig'
  3. -%>
  4. <p>
  5. <%=
  6. renderer.render_string(translate('gluon-config-mode:welcome'), {
  7. hostname = hostname,
  8. sysconfig = sysconfig,
  9. })
  10. %>
  11. </p>