From 128efd62c9acf84c54f071043e1ea954da3361dd Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 2 Jan 2015 07:50:12 -0600 Subject: doc: Fix title over/underlines Signed-off-by: Sol Jerome --- doc/server/plugins/generators/examples/jinja2/extends.txt | 5 +++-- doc/server/plugins/generators/examples/jinja2/include.txt | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3-1-g7c22