Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adoconnection committed Nov 17, 2023
1 parent ccbb5b2 commit 95205a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ string result = template2.Run(new
Title = "Welcome"
});
```
Place ```@{ Breakpoint(); }``` anywhere in template to stop at.


#### Save / Load compiled templates
Most expensive task is to compile template, you should not compile template every time you need to run it
Expand Down

0 comments on commit 95205a3

Please sign in to comment.