Agron Theme
https://demos.creative-tim.com/argon-dashboard/index.html
Licensed to the public under the Apache License 2.0
-%>
<%
local handle = io.popen("/usr/bin/gateway-id")
local gateway_id = handle:read("*a")
handle:close()
-%>
<% local ver = require "luci.version" %>