diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-14 19:07:04 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-14 19:07:04 +0100 |
commit | def115fe0f1df5c7c28694e99e096877a5c02e50 (patch) | |
tree | ca5c28958e9a00e6b9db4c2ce1875f9d07ee6571 /docs/templating.md | |
parent | 01a7c6f4e0e6518197b93ac350e73940197f22b4 (diff) | |
download | gitbook-def115fe0f1df5c7c28694e99e096877a5c02e50.zip gitbook-def115fe0f1df5c7c28694e99e096877a5c02e50.tar.gz gitbook-def115fe0f1df5c7c28694e99e096877a5c02e50.tar.bz2 |
Add base for templating documentation
Diffstat (limited to 'docs/templating.md')
-rw-r--r-- | docs/templating.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/templating.md b/docs/templating.md new file mode 100644 index 0000000..0c0f5af --- /dev/null +++ b/docs/templating.md @@ -0,0 +1,8 @@ +# Templating + +GitBook uses the Nunjucks templating language to process pages and templates. + +The Nunjucks syntax is very similar to Jinja2 and Liquid. + + + |