Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 262 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 262 Bytes

ejs

Example of how to use Opine's template engine and rendering capabilities with the dejs module.

How to run this example

Run this example using:

deno run --allow-net --allow-read ./examples/dejs/index.ts

after cloning the repo locally.