local skel_1 = [[ ]] local function getHTML(data) return skel_1 .. data .. skel_2 end return {getHTML = getHTML}