Skip to main content
Module

x/dejs/example/basic.ejs

ejs template engine for deno.
Extremely Popular
Go to Latest
File
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>Basic example</title> </head> <body> <%# This is example comment. %> <h1>hello, <%= name %>!</h1> </body></html>