view website/src/Shared.luan @ 504:dbdf4b8193a8

add Http.per_session()
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 21 May 2015 01:09:35 -0600
parents 92c3d22745b8
children 7bc63886d4f2
line wrap: on
line source

local M = {}

function M.header() %>
	<div><small><a href="/">Luan</a></small></div>
<% end

return M