| Index: docs/content/includes.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/docs/content/includes.md |
| @@ -0,0 +1,10 @@ |
| +# Include files # |
|
ire
2017/12/13 11:10:24
I also separated the part in pages.md that talked
|
| + |
| +The following tag inserts an include file into the page (can be in a different |
| +format): |
| + |
| + <? include foo ?> |
| + |
| +Include files should be placed into the `includes` directory of the repository. |
| +In the case above the contents of `includes/foo.md` or `includes/foo.tmpl` will |
| +be inserted (whichever is present). |