<%+header%> <% local uci = require "luci.model.uci".cursor() local hostname = "" uci:foreach("system", "system", function(s) hostname = s['hostname'] end) local domain = "" uci:foreach("dhcp", "dnsmasq", function(s) domain = s['domain'] end) local mapserver = uci:get("freifunk", "community", "mapserver", "") %>

<%:Weimarnetz Routerumgebung%>

<%+footer%>