diff --git a/user_guide/doc_style/template.html b/user_guide/doc_style/template.html
index b267eff..84f559d 100644
--- a/user_guide/doc_style/template.html
+++ b/user_guide/doc_style/template.html
@@ -64,7 +64,11 @@
<h2>Usage Heading</h2>
-<p>Description of using Foo. Highlight variables and filenames in regular text with the <var><var> tag</var>, and code using the <dfn><dfn> tag</dfn>.</p>
+<p>Within a text string, <var>highlight variables</var> using <var><var></var></var> tags, and <dfn>highlight code</dfn> using the <dfn><dfn></dfn></dfn> tags.</p>
+
+<h3>Sub-heading</h3>
+
+<p>Put code examples within <dfn><code></code></dfn> tags:</p>
<code>
$this->load->library('foo');<br />