view website/src/Shared.luan @ 1317:c286c1e36b81

add client digest authentication
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 01 Feb 2019 03:46:56 -0700
parents bae2d0c2576c
children
line wrap: on
line source

local Shared = {}

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

return Shared