summaryrefslogtreecommitdiffstats
path: root/app/acf-util/welcome-html.lsp
blob: 6a223757f8d4701a65cfd440dc860507315e8cea (plain)
1
2
3
4
5
6
7
8
9
10
<% view = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>
<h1>Alpine Configuration Framework</h1>
<p>Welcome.</p>

<% --[[
	io.write(htmlviewfunctions.cfe_unpack(view))
	io.write(htmlviewfunctions.cfe_unpack(FORM))
	io.write(htmlviewfunctions.cfe_unpack(ENV))
--]] %>