blob: 6a1fc17b59814d64264594eec7fe312342c5b47c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<% view = ... %>
<% require("htmlviewfunctions") %>
<h1>Alpine Configuration Framework</h1>
<DL><p>Welcome.</p></DL>
<% --[[
io.write(htmlviewfunctions.cfe_unpack(view))
io.write(htmlviewfunctions.cfe_unpack(FORM))
io.write(htmlviewfunctions.cfe_unpack(ENV))
--]] %>
|