@@ 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)