view website/src/Shared.luan @ 1082:ece3567d4df5

fix http content type
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 15 Nov 2016 19:19:19 -0700
parents 7cc9d4a53d3b
children bae2d0c2576c
line wrap: on
line source

local M = {}

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

return M