deno.land / x / alosaur@v1.1.1 / examples / eta / views / layout.eta
123456789<!DOCTYPE html><html> <%~ await includeFile('./header', { title: 'Eta' }) %> <body> <%~ await it.body %> <%~ await includeFile('./footer') %> </body></html>
Version Info