~bakpakin/temple

db0ec077be3a43bc913242823789b1f001505ba8 — Calvin Rose 4 years ago e7d6a35
Update README.md
1 files changed, 4 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +4 -2
@@ 13,7 13,8 @@ if you want to manually print to template output.

## Example

foo.temple
### foo.temple

```
{$ (def n 20) # Run at template compile time $}
<html>


@@ 27,7 28,8 @@ foo.temple
</html>
```

main.janet
### main.janet

```
(import temple)
(temple/add-loader)