Added a paragraph linking to the Jinja2 template docs
This commit is contained in:
parent
c0495c3b9b
commit
84f2968023
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ template
|
||||||
|
|
||||||
Templates a file out to a remote server.
|
Templates a file out to a remote server.
|
||||||
|
|
||||||
|
Templates are processed by the
|
||||||
|
`Jinja2 templating language <http://jinja.pocoo.org/docs/>`_ -
|
||||||
|
documentation on the template formatting can be found in the
|
||||||
|
`Template Designer Documentation <http://jinja.pocoo.org/docs/templates/>`_
|
||||||
|
|
||||||
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||||
| parameter | required | default | comments |
|
| parameter | required | default | comments |
|
||||||
+====================+==========+=========+============================================================================+
|
+====================+==========+=========+============================================================================+
|
||||||
|
|
Loading…
Reference in a new issue