Skip to main content
Module

x/dejs/example/include/main.ejs

ejs template engine for deno.
Extremely Popular
Go to Latest
File
<%- await include('include/header.ejs', { title: 'include example' }) %><h1>hello, world!</h1><%- await include('include/footer.ejs') %>