summaryrefslogtreecommitdiffstats
path: root/doc/server/plugins/generators/examples/jinja2/include.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/server/plugins/generators/examples/jinja2/include.txt')
-rw-r--r--doc/server/plugins/generators/examples/jinja2/include.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/server/plugins/generators/examples/jinja2/include.txt b/doc/server/plugins/generators/examples/jinja2/include.txt
index 49be7c277..466ea6b97 100644
--- a/doc/server/plugins/generators/examples/jinja2/include.txt
+++ b/doc/server/plugins/generators/examples/jinja2/include.txt
@@ -1,8 +1,9 @@
.. -*- mode: rst -*-
+.. vim: ft=rst
-=========================
+===========================
Including Jinja2 Templates
-=========================
+===========================
Jinja2 templates can use the {% include %} directive to include file
fragments which might be common to many configuration files.