summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server/plugins/generators/examples/jinja2/extends.txt5
-rw-r--r--doc/server/plugins/generators/examples/jinja2/include.txt5
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/server/plugins/generators/examples/jinja2/extends.txt b/doc/server/plugins/generators/examples/jinja2/extends.txt
index a0eeb5c03..3c6dd06ab 100644
--- a/doc/server/plugins/generators/examples/jinja2/extends.txt
+++ b/doc/server/plugins/generators/examples/jinja2/extends.txt
@@ -1,8 +1,9 @@
.. -*- mode: rst -*-
+.. vim: ft=rst
-=========================
+===========================
Extending Jinja2 Templates
-=========================
+===========================
Jinja2 templates can use the {% extends %} directive to inherit file
fragments which might be common to many configuration files.
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.