summaryrefslogtreecommitdiffstats
path: root/app/acf-util/welcome-html.lsp
blob: 7540b9482f0d0e38ba261c560d363e114c1187ad (plain)
1
2
3
4
5
6
7
8
9
10
<% view = ... %>
<% htmlviewfunctions = 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))
--]] %>