X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=README.md;h=2a202a72efdc527efab8c8a6be5d0c47b96bf0c2;hb=9ee898ef29fb76b04a2236ea8d7749ad6d962229;hp=5b725d64b650812ade92c34e5f55be1e66422449;hpb=1f9da3846f8e78cac52ea5a4c3840dfc391dca53;p=pinopress.git diff --git a/README.md b/README.md index 5b725d6..2a202a7 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,17 @@ pinopress articles are written in an enhanced version of markdown. specification ## mounts -many times, you would like to display a list of html elements somewhere in the page. **pinopress** solves this using mounts. mounts are simply comments that tell pinopress where to append template items. +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: +``` + + + + +```