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>&lt;var&gt; tag</var>, and code using the <dfn>&lt;dfn&gt; tag</dfn>.</p>

+<p>Within a text string, <var>highlight variables</var> using <var>&lt;var&gt;&lt;/var&gt;</var> tags, and <dfn>highlight code</dfn> using the <dfn>&lt;dfn&gt;&lt;/dfn&gt;</dfn> tags.</p>

+

+<h3>Sub-heading</h3>

+

+<p>Put code examples within <dfn>&lt;code&gt;&lt;/code&gt;</dfn> tags:</p>

 

 <code>

 	$this->load->library('foo');<br />