Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syumai committed Dec 30, 2018
1 parent 4e3806f commit 3bbf9a3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# dejs

- dejs is [ejs](https://ejs.co) template engine for [deno](https://github.com/denoland/deno).
- dejs's render function returns `Reader`.
- [ejs](https://ejs.co) template engine for [deno](https://github.com/denoland/deno).

## Features

### Supported

- <%= %> Escaped
- <%- %> Raw
- <%# %> Comment
- <% %> Evaluate (Basic support)
- <%= %> Output escaped value
- <%- %> Output raw value
- <%# %> Comment (nothing will be shown)
- <% %> Evaluate (use control flow like: if, for)

### Not supported

Expand Down

0 comments on commit 3bbf9a3

Please sign in to comment.