| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Include files # | |
|
ire
2017/12/13 11:10:24
I also separated the part in pages.md that talked
| |
| 2 | |
| 3 The following tag inserts an include file into the page (can be in a different | |
| 4 format): | |
| 5 | |
| 6 <? include foo ?> | |
| 7 | |
| 8 Include files should be placed into the `includes` directory of the repository. | |
| 9 In the case above the contents of `includes/foo.md` or `includes/foo.tmpl` will | |
| 10 be inserted (whichever is present). | |
| OLD | NEW |