X-Git-Url: https://git.danieliu.xyz/?p=pinopress.git;a=blobdiff_plain;f=README.md;fp=README.md;h=2a202a72efdc527efab8c8a6be5d0c47b96bf0c2;hp=7ed0e9b2350ff59f70bb3e99ae5e5b8b54b5a26d;hb=9ee898ef29fb76b04a2236ea8d7749ad6d962229;hpb=2c2e491fc65d159d57de6121776b2b0424588a29 diff --git a/README.md b/README.md index 7ed0e9b..2a202a7 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,19 @@ pinopress articles are written in an enhanced version of markdown. specification `$USERLOCAL2` - another user local variable +## mounts + +mounts are the **pinopress** solution to html includes. to include any file from the template directory, use the following syntax: +``` + +``` +note that the name of file is without any extensions and in all caps. also, mounts are **not** expanded recursively. + +**pinopress** also has the following builtin mounts that are used internally, prefixed by an underscore: +``` + + + + +``` +