Mercurial Hosting > luan
view website/src/Shared.luan @ 667:08966099aa6d
implement Closure directly
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 08 Apr 2016 07:00:17 -0600 |
parents | 7cc9d4a53d3b |
children | bae2d0c2576c |
line wrap: on
line source
local M = {} function M.header() %> <div small><a href="/">Luan</a></div> <% end return M