view website/src/Shared.luan @ 789:e2eb55d86bb2

add http/tools
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 04 Sep 2016 20:34:55 -0600 (2016-09-05)
parents 7cc9d4a53d3b
children bae2d0c2576c
line wrap: on
line source
local M = {}

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

return M