]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Wrap stuff in components.mustache 1158/head
authorPiotrek Okoński <piotrek@okonski.org>
Tue, 24 Jan 2012 23:00:35 +0000 (00:00 +0100)
committerPiotrek Okoński <piotrek@okonski.org>
Tue, 24 Jan 2012 23:00:35 +0000 (00:00 +0100)
docs/templates/pages/components.mustache

index 20d7ae9214f1874b7a07ad9b73a6bbee74eab705..e926e8702b6070393b0ba6d0f0cb6a529b4b5e1e 100644 (file)
@@ -1,18 +1,18 @@
   <!-- Masthead
   ================================================== -->
   <header class="jumbotron subhead" id="overview">
-    <h1>Components</h1>
-    <p class="lead">Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.</p>
+    <h1>{{_i}}Components{{/i}}</h1>
+    <p class="lead">{{_i}}Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.{{/i}}</p>
     <ul class="nav pills">
-      <li><a href="./components.html#buttonGroups">Button groups</a></li>
-      <li><a href="./components.html#buttonDropdowns">Button dropdowns</a></li>
-      <li><a href="./components.html#navs">Nav, tabs, pills</a></li>
-      <li><a href="./components.html#navbar">Navbar</a></li>
-      <li><a href="./components.html#breadcrumbs">Breadcrumbs</a></li>
-      <li><a href="./components.html#pagination">Pagination</a></li>
-      <li><a href="./components.html#thumbnails">Thumbnails</a></li>
-      <li><a href="./components.html#alerts">Alerts</a></li>
-      <li><a href="./components.html#progress">Progress bars</a></li>
+      <li><a href="./components.html#buttonGroups">{{_i}}Button groups{{/i}}</a></li>
+      <li><a href="./components.html#buttonDropdowns">{{_i}}Button dropdowns{{/i}}</a></li>
+      <li><a href="./components.html#navs">{{_i}}Nav, tabs, pills{{/i}}</a></li>
+      <li><a href="./components.html#navbar">{{_i}}Navbar{{/i}}</a></li>
+      <li><a href="./components.html#breadcrumbs">{{_i}}Breadcrumbs{{/i}}</a></li>
+      <li><a href="./components.html#pagination">{{_i}}Pagination{{/i}}</a></li>
+      <li><a href="./components.html#thumbnails">{{_i}}Thumbnails{{/i}}</a></li>
+      <li><a href="./components.html#alerts">{{_i}}Alerts{{/i}}</a></li>
+      <li><a href="./components.html#progress">{{_i}}Progress bars{{/i}}</a></li>
     </ul>
   </header>
 
   ================================================== -->
   <section id="buttonGroups">
     <div class="page-header">
-      <h1>Button groups <small>Join buttons for more toolbar-like functionality</small></h1>
+      <h1>{{_i}}Button groups{{/i}} <small>{{_i}}Join buttons for more toolbar-like functionality{{/i}}</small></h1>
     </div>
     <div class="row">
       <div class="span4">
-        <h3>Button groups</h3>
-        <p>Use button groups to join multiple buttons together as one composite component. Build them with a series of <code>&lt;a&gt;</code> or <code>&lt;button&gt;</code> elements.</p>
-        <p>You can also combine sets of <code>&lt;div class="btn-group"&gt;</code> into a <code>&lt;div class="btn-toolbar"&gt;</code> for more complex projects.</p>
+        <h3>{{_i}}Button groups{{/i}}</h3>
+        <p>{{_i}}Use button groups to join multiple buttons together as one composite component. Build them with a series of <code>&lt;a&gt;</code> or <code>&lt;button&gt;</code> elements.{{/i}}</p>
+        <p>{{_i}}You can also combine sets of <code>&lt;div class="btn-group"&gt;</code> into a <code>&lt;div class="btn-toolbar"&gt;</code> for more complex projects.{{/i}}</p>
         <div class="well" style="padding: 10px; margin-bottom: 9px;">
           <div class="btn-group">
-            <a class="btn" href="#">Left</a>
-            <a class="btn" href="#">Middle</a>
-            <a class="btn" href="#">Right</a>
+            <a class="btn" href="#">{{_i}}Left{{/i}}</a>
+            <a class="btn" href="#">{{_i}}Middle{{/i}}</a>
+            <a class="btn" href="#">{{_i}}Right{{/i}}</a>
           </div>
         </div>
         <div class="well" style="padding: 10px;">
@@ -57,8 +57,8 @@
 
       </div>
       <div class="span4">
-        <h3>Example markup</h3>
-        <p>Here's how the HTML looks for a standard button group built with anchor tag buttons:</p>
+        <h3>{{_i}}Example markup{{/i}}</h3>
+        <p>{{_i}}Here's how the HTML looks for a standard button group built with anchor tag buttons:{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;div class="btn-group"&gt;
   &lt;a class="btn" href="#"&gt;1&lt;/a&gt;
@@ -66,7 +66,7 @@
   &lt;a class="btn" href="#"&gt;3&lt;/a&gt;
 &lt;/div&gt;
 </pre>
-      <p>And with a toolbar for multiple groups:</p>
+      <p>{{_i}}And with a toolbar for multiple groups:{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;div class="btn-toolbar"&gt;
   &lt;div class="btn-group"&gt;
 </pre>
       </div>
       <div class="span4">
-        <h3>Checkbox and radio flavors</h3>
-        <p>Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View <a href="./javascript.html#buttons">the Javascript docs</a> for that.</p>
-        <p><a class="btn js-btn" href="./javascript.html#buttons">Get the javascript &raquo;</a></p>
+        <h3>{{_i}}Checkbox and radio flavors{{/i}}</h3>
+        <p>{{_i}}Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View <a href="./javascript.html#buttons">the Javascript docs</a> for that.{{/i}}</p>
+        <p><a class="btn js-btn" href="./javascript.html#buttons">{{_i}}Get the javascript &raquo;{{/i}}</a></p>
         <hr>
-        <h4 class="muted">Heads up</h4>
-        <p class="muted">CSS for button groups is in a separate file, button-groups.less.</p>
+        <h4 class="muted">{{_i}}Heads up{{/i}}</h4>
+        <p class="muted">{{_i}}CSS for button groups is in a separate file, button-groups.less.{{/i}}</p>
       </div>
     </div>
   </section>
   ================================================== -->
   <section id="buttonDropdowns">
     <div class="page-header">
-      <h1>Split button dropdowns <small>Built on button groups to provide contextual menus</small></h1>
+      <h1>{{_i}}Split button dropdowns{{/i}} <small>{{_i}}Built on button groups to provide contextual menus{{/i}}</small></h1>
     </div>
     <div class="row">
       <div class="span4">
-        <h3>Split button dropdowns</h3>
-        <p>Building on the button group styles and markup, we can easily create a split button. Split buttons feature a standard action on the left and a dropdown toggle on the right with contextual links.</p>
+        <h3>{{_i}}Split button dropdowns{{/i}}</h3>
+        <p>{{_i}}Building on the button group styles and markup, we can easily create a split button. Split buttons feature a standard action on the left and a dropdown toggle on the right with contextual links.{{/i}}</p>
         <div class="well" style="padding: 10px; margin-bottom: 9px;">
           <div class="btn-toolbar" style="margin-bottom: 9px;">
             <div class="btn-group">
-              <a class="btn" href="#">Action</a>
+              <a class="btn" href="#">{{_i}}Action{{/i}}</a>
               <a class="btn dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
               <ul class="dropdown-menu">
-                <li><a href="#">Action</a></li>
-                <li><a href="#">Another action</a></li>
-                <li><a href="#">Something else here</a></li>
+                <li><a href="#">{{_i}}Action{{/i}}</a></li>
+                <li><a href="#">{{_i}}Another action{{/i}}</a></li>
+                <li><a href="#">{{_i}}Something else here{{/i}}</a></li>
                 <li class="divider"></li>
-                <li><a href="#">Separated link</a></li>
+                <li><a href="#">{{_i}}Separated link{{/i}}</a></li>
               </ul>
             </div><!-- /btn-group -->
             <div class="btn-group">
-              <a class="btn primary" href="#">Action</a>
+              <a class="btn primary" href="#">{{_i}}Action{{/i}}</a>
               <a class="btn primary dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
               <ul class="dropdown-menu">
-                <li><a href="#">Action</a></li>
-                <li><a href="#">Another action</a></li>
-                <li><a href="#">Something else here</a></li>
+                <li><a href="#">{{_i}}Action{{/i}}</a></li>
+                <li><a href="#">{{_i}}Another action{{/i}}</a></li>
+                <li><a href="#">{{_i}}Something else here{{/i}}</a></li>
                 <li class="divider"></li>
-                <li><a href="#">Separated link</a></li>
+                <li><a href="#">{{_i}}Separated link{{/i}}</a></li>
               </ul>
             </div><!-- /btn-group -->
             <div class="btn-group">
-              <a class="btn danger" href="#">Danger</a>
+              <a class="btn danger" href="#">{{_i}}Danger{{/i}}</a>
               <a class="btn danger dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
               <ul class="dropdown-menu">
-                <li><a href="#">Action</a></li>
-                <li><a href="#">Another action</a></li>
-                <li><a href="#">Something else here</a></li>
+                <li><a href="#">{{_i}}Action{{/i}}</a></li>
+                <li><a href="#">{{_i}}Another action{{/i}}</a></li>
+                <li><a href="#">{{_i}}Something else here{{/i}}</a></li>
                 <li class="divider"></li>
-                <li><a href="#">Separated link</a></li>
+                <li><a href="#">{{_i}}Separated link{{/i}}</a></li>
               </ul>
             </div><!-- /btn-group -->
           </div>
           <div class="btn-toolbar">
             <div class="btn-group">
-              <a class="btn success" href="#">Success</a>
+              <a class="btn success" href="#">{{_i}}Success{{/i}}</a>
               <a class="btn success dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
               <ul class="dropdown-menu">
-                <li><a href="#">Action</a></li>
-                <li><a href="#">Another action</a></li>
-                <li><a href="#">Something else here</a></li>
+                <li><a href="#">{{_i}}Action{{/i}}</a></li>
+                <li><a href="#">{{_i}}Another action{{/i}}</a></li>
+                <li><a href="#">{{_i}}Something else here{{/i}}</a></li>
                 <li class="divider"></li>
-                <li><a href="#">Separated link</a></li>
+                <li><a href="#">{{_i}}Separated link{{/i}}</a></li>
               </ul>
             </div><!-- /btn-group -->
             <div class="btn-group">
-              <a class="btn info" href="#">Info</a>
+              <a class="btn info" href="#">{{_i}}Info{{/i}}</a>
               <a class="btn info dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
               <ul class="dropdown-menu">
-                <li><a href="#">Action</a></li>
-                <li><a href="#">Another action</a></li>
-                <li><a href="#">Something else here</a></li>
+                <li><a href="#">{{_i}}Action{{/i}}</a></li>
+                <li><a href="#">{{_i}}Another action{{/i}}</a></li>
+                <li><a href="#">{{_i}}Something else here{{/i}}</a></li>
                 <li class="divider"></li>
-                <li><a href="#">Separated link</a></li>
+                <li><a href="#">{{_i}}Separated link{{/i}}</a></li>
               </ul>
             </div><!-- /btn-group -->
           </div>
         </div> <!-- /well -->
       </div>
       <div class="span8">
-        <h3>Example markup</h3>
-        <p>Similar to a button group, our markup uses regular button markup, but with a handful of additions to refine the style and support Bootstrap's dropdown jQuery plugin.</p>
+        <h3>{{_i}}Example markup{{/i}}</h3>
+        <p>{{_i}}Similar to a button group, our markup uses regular button markup, but with a handful of additions to refine the style and support Bootstrap's dropdown jQuery plugin.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;div class="btn-group"&gt;
-  &lt;a class="btn" href="#"&gt;Action&lt;/a&gt;
+  &lt;a class="btn" href="#"&gt;{{_i}}Action{{/i}}&lt;/a&gt;
   &lt;a class="btn dropdown-toggle" data-toggle="dropdown" href="#"&gt;
     &lt;span class="caret"&gt;&lt;/span&gt;
   &lt;/a&gt;
   &lt;ul class="dropdown-menu"&gt;
-    &lt;!-- dropdown menu links --&gt;
+    &lt;!-- {{_i}}dropdown menu links{{/i}} --&gt;
   &lt;/ul&gt;
 &lt;/div&gt;
 </pre>
 ================================================== -->
 <section id="navs">
   <div class="page-header">
-    <h1>Nav, tabs, and pills <small>Highly customizable list-style navigation</small></h1>
+    <h1>{{_i}}Nav, tabs, and pills{{/i}} <small>{{_i}}Highly customizable list-style navigation{{/i}}</small></h1>
   </div>
 
-  <h2>Lightweight defaults <small>Same markup, different classes</small></h2>
+  <h2>{{_i}}Lightweight defaults{{/i}} <small>{{_i}}Same markup, different classes{{/i}}</small></h2>
   <div class="row">
     <div class="span4">
-      <h3>Powerful base class</h3>
-      <p>All nav components here&mdash;tabs, pills, and lists&mdash;<strong>share the same base markup and styles</strong> through the <code>.nav</code> class.</p>
-      <h3>Why tabs and pills</h3>
-      <p>Tabs and pills in Bootstrap are built on a <code>&lt;ul&gt;</code> with the same core HTML, a list of links. Swap between tabs or pills with only a class.</p>
-      <p>Both options are great for sub-sections of content or navigating between pages of related content.</p>
+      <h3>{{_i}}Powerful base class{{/i}}</h3>
+      <p>{{_i}}All nav components here&mdash;tabs, pills, and lists&mdash;<strong>share the same base markup and styles</strong> through the <code>.nav</code> class.{{/i}}</p>
+      <h3>{{_i}}Why tabs and pills{{/i}}</h3>
+      <p>{{_i}}Tabs and pills in Bootstrap are built on a <code>&lt;ul&gt;</code> with the same core HTML, a list of links. Swap between tabs or pills with only a class.{{/i}}</p>
+      <p>{{_i}}Both options are great for sub-sections of content or navigating between pages of related content.{{/i}}</p>
     </div>
     <div class="span4">
-      <h3>Basic tabs</h3>
-      <p>Take a regular <code>&lt;ul&gt;</code> of links and add <code>.tabs</code>:</p>
+      <h3>{{_i}}Basic tabs{{/i}}</h3>
+      <p>{{_i}}Take a regular <code>&lt;ul&gt;</code> of links and add <code>.tabs</code>:{{/i}}</p>
       <ul class="nav tabs">
-        <li class="active"><a href="#">Home</a></li>
-        <li><a href="#">Profile</a></li>
-        <li><a href="#">Messages</a></li>
+        <li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
+        <li><a href="#">{{_i}}Profile{{/i}}</a></li>
+        <li><a href="#">{{_i}}Messages{{/i}}</a></li>
       </ul>
 <pre class="prettyprint linenums">
 &lt;ul class="nav tabs"&gt;
   &lt;li class="active"&gt;
-    &lt;a href="#"&gt;Home&lt;/a&gt;
+    &lt;a href="#"&gt;{{_i}}Home{{/i}}&lt;/a&gt;
   &lt;/li&gt;
   &lt;li&gt;&lt;a href="#"&gt;...&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href="#"&gt;...&lt;/a&gt;&lt;/li&gt;
 </pre>
     </div>
     <div class="span4">
-      <h3>Basic pills</h3>
-      <p>Take that same HTML, but use <code>.pills</code> instead:</p>
+      <h3>{{_i}}Basic pills{{/i}}</h3>
+      <p>{{_i}}Take that same HTML, but use <code>.pills</code> instead:{{/i}}</p>
       <ul class="nav pills">
-        <li class="active"><a href="#">Home</a></li>
-        <li><a href="#">Profile</a></li>
-        <li><a href="#">Messages</a></li>
+        <li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
+        <li><a href="#">{{_i}}Profile{{/i}}</a></li>
+        <li><a href="#">{{_i}}Messages{{/i}}</a></li>
       </ul>
 <pre class="prettyprint linenums">
 &lt;ul class="nav pills"&gt;
   &lt;li class="active"&gt;
-    &lt;a href="#"&gt;Home&lt;/a&gt;
+    &lt;a href="#"&gt;{{_i}}Home{{/i}}&lt;/a&gt;
   &lt;/li&gt;
   &lt;li&gt;&lt;a href="#"&gt;...&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href="#"&gt;...&lt;/a&gt;&lt;/li&gt;
     </div>
   </div>
 
-  <h2>Stackable <small>Make tabs or pills vertical</small></h2>
+  <h2>{{_i}}Stackable{{/i}} <small>{{_i}}Make tabs or pills vertical{{/i}}</small></h2>
   <div class="row">
     <div class="span4">
-      <h3>How to stack 'em</h3>
-      <p>As tabs and pills are horizontal by default, just add a second class, <code>.stacked</code>, to make them appear vertically stacked.</p>
+      <h3>{{_i}}How to stack 'em{{/i}}</h3>
+      <p>{{_i}}As tabs and pills are horizontal by default, just add a second class, <code>.stacked</code>, to make them appear vertically stacked.{{/i}}</p>
     </div>
     <div class="span4">
-      <h3>Stacked tabs</h3>
+      <h3>{{_i}}Stacked tabs{{/i}}</h3>
       <ul class="nav tabs stacked">
-        <li class="active"><a href="#">Home</a></li>
-        <li><a href="#">Profile</a></li>
-        <li><a href="#">Messages</a></li>
+        <li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
+        <li><a href="#">{{_i}}Profile{{/i}}</a></li>
+        <li><a href="#">{{_i}}Messages{{/i}}</a></li>
       </ul>
 <pre class="prettyprint linenums">
 &lt;ul class="nav tabs stacked"&gt;
 </pre>
     </div>
     <div class="span4">
-      <h3>Stacked pills</h3>
+      <h3>{{_i}}Stacked pills{{/i}}</h3>
       <ul class="nav pills stacked">
-        <li class="active"><a href="#">Home</a></li>
-        <li><a href="#">Profile</a></li>
-        <li><a href="#">Messages</a></li>
+        <li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
+        <li><a href="#">{{_i}}Profile{{/i}}</a></li>
+        <li><a href="#">{{_i}}Messages{{/i}}</a></li>
       </ul>
 <pre class="prettyprint linenums">
 &lt;ul class="nav pills stacked"&gt;
     </div>
   </div>
 
-  <h2>Dropdowns <small>For advanced nav components</small></h2>
+  <h2>{{_i}}Dropdowns{{/i}} <small>{{_i}}For advanced nav components{{/i}}</small></h2>
   <div class="row">
     <div class="span4">
-      <h3>Rich menus made easy</h3>
-      <p>Dropdown menus in Bootstrap tabs and pills are super easy and require only a little extra HTML and a lightweight jQuery plugin.</p>
-      <p>Head over to the Javascript page to read the docs on <a href="./javascript.html#tabs">initializing dropdowns</a> in Bootstrap.</p>
+      <h3>{{_i}}Rich menus made easy{{/i}}</h3>
+      <p>{{_i}}Dropdown menus in Bootstrap tabs and pills are super easy and require only a little extra HTML and a lightweight jQuery plugin.{{/i}}</p>
+      <p>{{_i}}Head over to the Javascript page to read the docs on <a href="./javascript.html#tabs">initializing dropdowns</a> in Bootstrap.{{/i}}</p>
     </div>
     <div class="span4">
-      <h3>Tabs with dropdowns</h3>
+      <h3>{{_i}}Tabs with dropdowns{{/i}}</h3>
       <ul class="nav tabs">
-        <li class="active"><a href="#">Home</a></li>
-        <li><a href="#">Profile</a></li>
+        <li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
+        <li><a href="#">{{_i}}Profile{{/i}}</a></li>
         <li class="dropdown">
-          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Dropdown <b class="caret"></b></a>
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">{{_i}}Dropdown{{/i}} <b class="caret"></b></a>
           <ul class="dropdown-menu">
-            <li><a href="#">Action</a></li>
-            <li><a href="#">Another action</a></li>
-            <li><a href="#">Something else here</a></li>
+            <li><a href="#">{{_i}}Action{{/i}}</a></li>
+            <li><a href="#">{{_i}}Another action{{/i}}</a></li>
+            <li><a href="#">{{_i}}Something else here{{/i}}</a></li>
             <li class="divider"></li>
-            <li><a href="#">Separated link</a></li>
+            <li><a href="#">{{_i}}Separated link{{/i}}</a></li>
           </ul>
         </li>
       </ul>
     &lt;a class="dropdown-toggle"
        data-toggle="dropdown"
        href="#"&gt;
-        Dropdown
+        {{_i}}Dropdown{{/i}}
         &lt;b class="caret"&gt;&lt;/b&gt;
       &lt;/a&gt;
     &lt;ul class="dropdown-menu"&gt;
-      &lt;!-- links --&gt;
+      &lt;!-- {{_i}}links{{/i}} --&gt;
     &lt;/ul&gt;
   &lt;/li&gt;
 &lt;/ul&gt;
 </pre>
     </div>
     <div class="span4">
-      <h3>Pills with dropdowns</h3>
+      <h3>{{_i}}Pills with dropdowns{{/i}}</h3>
       <ul class="nav pills">
-        <li class="active"><a href="#">Home</a></li>
-        <li><a href="#">Profile</a></li>
+        <li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
+        <li><a href="#">{{_i}}Profile{{/i}}</a></li>
         <li class="dropdown">
-          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Dropdown <b class="caret"></b></a>
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">{{_i}}Dropdown{{/i}} <b class="caret"></b></a>
           <ul class="dropdown-menu">
-            <li><a href="#">Action</a></li>
-            <li><a href="#">Another action</a></li>
-            <li><a href="#">Something else here</a></li>
+            <li><a href="#">{{_i}}Action{{/i}}</a></li>
+            <li><a href="#">{{_i}}Another action{{/i}}</a></li>
+            <li><a href="#">{{_i}}Something else here{{/i}}</a></li>
             <li class="divider"></li>
-            <li><a href="#">Separated link</a></li>
+            <li><a href="#">{{_i}}Separated link{{/i}}</a></li>
           </ul>
         </li>
       </ul>
     &lt;a class="dropdown-toggle"
        data-toggle="dropdown"
        href="#"&gt;
-        Dropdown
+        {{_i}}Dropdown{{/i}}
         &lt;b class="caret"&gt;&lt;/b&gt;
       &lt;/a&gt;
     &lt;ul class="dropdown-menu"&gt;
-      &lt;!-- links --&gt;
+      &lt;!-- {{_i}}links{{/i}} --&gt;
     &lt;/ul&gt;
   &lt;/li&gt;
 &lt;/ul&gt;
     </div>
   </div>
 
-  <h2>Nav lists <small>Build simple stacked navs, great for sidebars</small></h2>
+  <h2>{{_i}}Nav lists{{/i}} <small>{{_i}}Build simple stacked navs, great for sidebars{{/i}}</small></h2>
   <div class="row">
     <div class="span4">
-      <h3>Application-style navigation</h3>
-      <p>Nav lists provide a simple and easy way to build groups of nav links with optional headers. They're best used in sidebars like the Finder in OS X.</p>
-      <p>Structurally, they're built on the same core nav styles as tabs and pills, so usage and customization are straightforward.</p>
-      <h4>With icons</h4>
-      <p>Nav lists are also easy to equip with icons. Add the proper <code>&lt;i&gt;</code> tag with class and you're set.</p>
+      <h3>{{_i}}Application-style navigation{{/i}}</h3>
+      <p>{{_i}}Nav lists provide a simple and easy way to build groups of nav links with optional headers. They're best used in sidebars like the Finder in OS X.{{/i}}</p>
+      <p>{{_i}}Structurally, they're built on the same core nav styles as tabs and pills, so usage and customization are straightforward.{{/i}}</p>
+      <h4>{{_i}}With icons{{/i}}</h4>
+      <p>{{_i}}Nav lists are also easy to equip with icons. Add the proper <code>&lt;i&gt;</code> tag with class and you're set.{{/i}}</p>
     </div>
     <div class="span4">
-      <h3>Example nav list</h3>
-      <p>Take a list of links and add <code>class="nav list"</code>:</p>
+      <h3>{{_i}}Example nav list{{/i}}</h3>
+      <p>{{_i}}Take a list of links and add <code>class="nav list"</code>:{{/i}}</p>
       <div class="well" style="padding: 8px 0;">
         <ul class="nav list">
-          <li class="nav-header">List header</li>
-          <li class="active"><a href="#">Home</a></li>
-          <li><a href="#">Library</a></li>
-          <li><a href="#">Applications</a></li>
-          <li class="nav-header">Another list header</li>
-          <li><a href="#">Profile</a></li>
-          <li><a href="#">Settings</a></li>
-          <li><a href="#">Help</a></li>
+          <li class="nav-header">{{_i}}List header{{/i}}</li>
+          <li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
+          <li><a href="#">{{_i}}Library{{/i}}</a></li>
+          <li><a href="#">{{_i}}Applications{{/i}}</a></li>
+          <li class="nav-header">{{_i}}Another list header{{/i}}</li>
+          <li><a href="#">{{_i}}Profile{{/i}}</a></li>
+          <li><a href="#">{{_i}}Settings{{/i}}</a></li>
+          <li><a href="#">{{_i}}Help{{/i}}</a></li>
         </ul>
       </div> <!-- /well -->
 <pre class="prettyprint linenums">
 &lt;ul class="nav list"&gt;
   &lt;li class="nav-header"&gt;
-    List header
+    {{_i}}List header{{/i}}
   &lt;/li&gt;
   &lt;li class="active"&gt;
-    &lt;a href="#"&gt;Home&lt;/a&gt;
+    &lt;a href="#"&gt;{{_i}}Home{{/i}}&lt;/a&gt;
   &lt;/li&gt;
   &lt;li&gt;
-    &lt;a href="#"&gt;Library&lt;/a&gt;
+    &lt;a href="#"&gt;{{_i}}Library{{/i}}&lt;/a&gt;
   &lt;/li&gt;
   ...
 &lt;/ul&gt;
 </pre>
     </div>
     <div class="span4">
-      <h3>Example with icons</h3>
-      <p>Same example, but with <code>&lt;i&gt;</code> tags for icons.</p>
+      <h3>{{_i}}Example with icons{{/i}}</h3>
+      <p>{{_i}}Same example, but with <code>&lt;i&gt;</code> tags for icons.{{/i}}</p>
       <div class="well" style="padding: 8px 0;">
         <ul class="nav list">
-          <li class="nav-header">List header</li>
-          <li class="active"><a href="#"><i class="home"></i> Home</a></li>
-          <li><a href="#"><i class="book"></i> Library</a></li>
-          <li><a href="#"><i class="pencil"></i> Applications</a></li>
-          <li class="nav-header">Another list header</li>
-          <li><a href="#"><i class="user"></i> Profile</a></li>
-          <li><a href="#"><i class="cog"></i> Settings</a></li>
-          <li><a href="#"><i class="flag"></i> Help</a></li>
+          <li class="nav-header">{{_i}}List header{{/i}}</li>
+          <li class="active"><a href="#"><i class="home"></i> {{_i}}Home{{/i}}</a></li>
+          <li><a href="#"><i class="book"></i> {{_i}}Library{{/i}}</a></li>
+          <li><a href="#"><i class="pencil"></i> {{_i}}Applications{{/i}}</a></li>
+          <li class="nav-header">{{_i}}Another list header{{/i}}</li>
+          <li><a href="#"><i class="user"></i> {{_i}}Profile{{/i}}</a></li>
+          <li><a href="#"><i class="cog"></i> {{_i}}Settings{{/i}}</a></li>
+          <li><a href="#"><i class="flag"></i> {{_i}}Help{{/i}}</a></li>
         </ul>
       </div> <!-- /well -->
 <pre class="prettyprint linenums">
   &lt;li&gt;
     &lt;a href="#"&gt;
       &lt;i class="book"&gt;&lt;/i&gt;
-      Library
+      {{_i}}Library{{/i}}
     &lt;/a&gt;
   &lt;/li&gt;
   ...
   </div>
 
 
-  <h2>Tabbable nav <small>Bring tabs to life via javascript</small></h2>
+  <h2>{{_i}}Tabbable nav{{/i}} <small>{{_i}}Bring tabs to life via javascript{{/i}}</small></h2>
   <div class="row">
     <div class="span4">
-      <h3>What's included</h3>
-      <p>Bring your tabs to life with a simple plugin to toggle between content via tabs. Bootstrap integrates tabbable tabs in four styles: top (default), right, bottom, and left.</p>
-      <p>Changing between them is easy and only requires changing very little markup.</p>
+      <h3>{{_i}}What's included{{/i}}</h3>
+      <p>{{_i}}Bring your tabs to life with a simple plugin to toggle between content via tabs. Bootstrap integrates tabbable tabs in four styles: top (default), right, bottom, and left.{{/i}}</p>
+      <p>{{_i}}Changing between them is easy and only requires changing very little markup.{{/i}}</p>
     </div>
     <div class="span4">
-      <h3>Tabbable example</h3>
-      <p>To make tabs tabbable, wrap the <code>.tabs</code> in another div with class <code>.tabbable</code>.</p>
+      <h3>{{_i}}Tabbable example{{/i}}</h3>
+      <p>{{_i}}To make tabs tabbable, wrap the <code>.tabs</code> in another div with class <code>.tabbable</code>.{{/i}}</p>
       <div class="tabbable" style="margin-bottom: 9px;">
         <ul class="nav tabs">
-          <li class="active"><a href="#1" data-toggle="tab">Section 1</a></li>
-          <li><a href="#2" data-toggle="tab">Section 2</a></li>
-          <li><a href="#3" data-toggle="tab">Section 3</a></li>
+          <li class="active"><a href="#1" data-toggle="tab">{{_i}}Section 1{{/i}}</a></li>
+          <li><a href="#2" data-toggle="tab">{{_i}}Section 2{{/i}}</a></li>
+          <li><a href="#3" data-toggle="tab">{{_i}}Section 3{{/i}}</a></li>
         </ul>
         <div class="tab-content">
           <div class="tab-pane active" id="1">
-            <p>I'm in Section 1.</p>
+            <p>{{_i}}I'm in Section 1.{{/i}}</p>
           </div>
           <div class="tab-pane" id="2">
-            <p>Howdy, I'm in Section 2.</p>
+            <p>{{_i}}Howdy, I'm in Section 2.{{/i}}</p>
           </div>
           <div class="tab-pane" id="3">
-            <p>What up girl, this is Section 3.</p>
+            <p>{{_i}}What up girl, this is Section 3.{{/i}}</p>
           </div>
         </div>
       </div> <!-- /tabbable -->
     </div>
     <div class="span4">
-      <h3>Custom jQuery plugin</h3>
-      <p>All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the javascript docs page.</p>
-      <p><a class="btn" href="./javascript.html/#tabs">Get the javascript &rarr;</a></p>
+      <h3>{{_i}}Custom jQuery plugin{{/i}}</h3>
+      <p>{{_i}}All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the javascript docs page.{{/i}}</p>
+      <p><a class="btn" href="./javascript.html/#tabs">{{_i}}Get the javascript &rarr;{{/i}}</a></p>
     </div>
   </div>
 
-  <h3>Straightforward markup</h3>
-  <p>Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.</p>
+  <h3>{{_i}}Straightforward markup{{/i}}</h3>
+  <p>{{_i}}Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;div class="tabbable"&gt;
   &lt;ul class="nav tabs"&gt;
-    &lt;li class="active"&gt;&lt;a href="#1" data-toggle="tab"&gt;Section 1&lt;/a&gt;&lt;/li&gt;
-    &lt;li&gt;&lt;a href="#2" data-toggle="tab"&gt;Section 2&lt;/a&gt;&lt;/li&gt;
+    &lt;li class="active"&gt;&lt;a href="#1" data-toggle="tab"&gt;{{_i}}Section 1{{/i}}&lt;/a&gt;&lt;/li&gt;
+    &lt;li&gt;&lt;a href="#2" data-toggle="tab"&gt;{{_i}}Section 2{{/i}}&lt;/a&gt;&lt;/li&gt;
   &lt;/ul&gt;
   &lt;div class="tab-content"&gt;
     &lt;div class="tab-pane active" id="1"&gt;
-      &lt;p&gt;I'm in Section 1.&lt;/p&gt;
+      &lt;p&gt;{{_i}}I'm in Section 1.{{/i}}&lt;/p&gt;
     &lt;/div&gt;
     &lt;div class="tab-pane" id="2"&gt;
-      &lt;p&gt;Howdy, I'm in Section 2.&lt;/p&gt;
+      &lt;p&gt;{{_i}}Howdy, I'm in Section 2.{{/i}}&lt;/p&gt;
     &lt;/div&gt;
   &lt;/div&gt;
 &lt;/div&gt;
 </pre>
 
-  <h3>Tabbable in any direction</h3>
+  <h3>{{_i}}Tabbable in any direction{{/i}}</h3>
   <div class="row">
 <!--
     <div class="span4">
     </div>
 -->
     <div class="span4">
-      <h4>Tabs on the bottom</h4>
-      <p>Flip the order of the HTML and add a class to put tabs on the bottom.</p>
+      <h4>{{_i}}Tabs on the bottom{{/i}}</h4>
+      <p>{{_i}}Flip the order of the HTML and add a class to put tabs on the bottom.{{/i}}</p>
       <div class="tabbable tabs-below">
         <div class="tab-content">
           <div class="tab-pane active" id="A">
-            <p>I'm in Section A.</p>
+            <p>{{_i}}I'm in Section A.{{/i}}</p>
           </div>
           <div class="tab-pane" id="B">
-            <p>Howdy, I'm in Section B.</p>
+            <p>{{_i}}Howdy, I'm in Section B.{{/i}}</p>
           </div>
           <div class="tab-pane" id="C">
-            <p>What up girl, this is Section C.</p>
+            <p>{{_i}}What up girl, this is Section C.{{/i}}</p>
           </div>
         </div>
         <ul class="nav tabs">
-          <li class="active"><a href="#A" data-toggle="tab">Section 1</a></li>
-          <li><a href="#B" data-toggle="tab">Section 2</a></li>
-          <li><a href="#C" data-toggle="tab">Section 3</a></li>
+          <li class="active"><a href="#A" data-toggle="tab">{{_i}}Section 1{{/i}}</a></li>
+          <li><a href="#B" data-toggle="tab">{{_i}}Section 2{{/i}}</a></li>
+          <li><a href="#C" data-toggle="tab">{{_i}}Section 3{{/i}}</a></li>
         </ul>
       </div> <!-- /tabbable -->
 <pre class="prettyprint linenums" style="margin-top: 11px;">
 </pre>
     </div>
     <div class="span4">
-      <h4>Tabs on the left</h4>
-      <p>Swap the class to put tabs on the left.</p>
+      <h4>{{_i}}Tabs on the left{{/i}}</h4>
+      <p>{{_i}}Swap the class to put tabs on the left.{{/i}}</p>
       <div class="tabbable tabs-left">
         <ul class="nav tabs">
-          <li class="active"><a href="#lA" data-toggle="tab">Section 1</a></li>
-          <li><a href="#lB" data-toggle="tab">Section 2</a></li>
-          <li><a href="#lC" data-toggle="tab">Section 3</a></li>
+          <li class="active"><a href="#lA" data-toggle="tab">{{_i}}Section 1{{/i}}</a></li>
+          <li><a href="#lB" data-toggle="tab">{{_i}}Section 2{{/i}}</a></li>
+          <li><a href="#lC" data-toggle="tab">{{_i}}Section 3{{/i}}</a></li>
         </ul>
         <div class="tab-content">
           <div class="tab-pane active" id="lA">
-            <p>I'm in Section A.</p>
+            <p>{{_i}}I'm in Section A.{{/i}}</p>
           </div>
           <div class="tab-pane" id="lB">
-            <p>Howdy, I'm in Section B.</p>
+            <p>{{_i}}Howdy, I'm in Section B.{{/i}}</p>
           </div>
           <div class="tab-pane" id="lC">
-            <p>What up girl, this is Section C.</p>
+            <p>{{_i}}What up girl, this is Section C.{{/i}}</p>
           </div>
         </div>
       </div> <!-- /tabbable -->
 </pre>
     </div>
     <div class="span4">
-      <h4>Tabs on the right</h4>
-      <p>Swap the class to put tabs on the right.</p>
+      <h4>{{_i}}Tabs on the right{{/i}}</h4>
+      <p>{{_i}}Swap the class to put tabs on the right.{{/i}}</p>
       <div class="tabbable tabs-right">
         <ul class="nav tabs">
-          <li class="active"><a href="#rA" data-toggle="tab">Section 1</a></li>
-          <li><a href="#rB" data-toggle="tab">Section 2</a></li>
-          <li><a href="#rC" data-toggle="tab">Section 3</a></li>
+          <li class="active"><a href="#rA" data-toggle="tab">{{_i}}Section 1{{/i}}</a></li>
+          <li><a href="#rB" data-toggle="tab">{{_i}}Section 2{{/i}}</a></li>
+          <li><a href="#rC" data-toggle="tab">{{_i}}Section 3{{/i}}</a></li>
         </ul>
         <div class="tab-content">
           <div class="tab-pane active" id="rA">
-            <p>I'm in Section A.</p>
+            <p>{{_i}}I'm in Section A.{{/i}}</p>
           </div>
           <div class="tab-pane" id="rB">
-            <p>Howdy, I'm in Section B.</p>
+            <p>{{_i}}Howdy, I'm in Section B.{{/i}}</p>
           </div>
           <div class="tab-pane" id="rC">
-            <p>What up girl, this is Section C.</p>
+            <p>{{_i}}What up girl, this is Section C.{{/i}}</p>
           </div>
         </div>
       </div> <!-- /tabbable -->
 ================================================== -->
 <section id="navbar">
   <div class="page-header">
-    <h1>Navbar</h1>
+    <h1>{{_i}}Navbar{{/i}}</h1>
   </div>
-  <h2>Static navbar example</h2>
-  <p>An example of a static (not fixed to the top) navbar with project name, navigation, and search form.</p>
+  <h2>{{_i}}Static navbar example{{/i}}</h2>
+  <p>{{_i}}An example of a static (not fixed to the top) navbar with project name, navigation, and search form.{{/i}}</p>
   <div class="navbar navbar-static">
     <div class="navbar-inner">
       <div class="container" style="width: auto;">
-        <a class="brand" href="#">Project name</a>
+        <a class="brand" href="#">{{_i}}Project name{{/i}}</a>
         <ul class="nav">
-          <li class="active"><a href="#">Home</a></li>
-          <li><a href="#">Link</a></li>
-          <li><a href="#">Link</a></li>
-          <li><a href="#">Link</a></li>
+          <li class="active"><a href="#">{{_i}}Home{{/i}}</a></li>
+          <li><a href="#">{{_i}}Link{{/i}}</a></li>
+          <li><a href="#">{{_i}}Link{{/i}}</a></li>
+          <li><a href="#">{{_i}}Link{{/i}}</a></li>
           <li class="dropdown">
-            <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{_i}}Dropdown{{/i}} <b class="caret"></b></a>
             <ul class="dropdown-menu">
-              <li><a href="#">Action</a></li>
-              <li><a href="#">Another action</a></li>
-              <li><a href="#">Something else here</a></li>
+              <li><a href="#">{{_i}}Action{{/i}}</a></li>
+              <li><a href="#">{{_i}}Another action{{/i}}</a></li>
+              <li><a href="#">{{_i}}Something else here{{/i}}</a></li>
               <li class="divider"></li>
-              <li><a href="#">Separated link</a></li>
+              <li><a href="#">{{_i}}Separated link{{/i}}</a></li>
             </ul>
           </li>
         </ul>
           <input type="text" class="search-query span2" placeholder="Search">
         </form>
         <ul class="nav pull-right">
-          <li><a href="#">Link</a></li>
+          <li><a href="#">{{_i}}Link{{/i}}</a></li>
           <li class="vertical-divider"></li>
           <li class="dropdown">
-            <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{_i}}Dropdown{{/i}} <b class="caret"></b></a>
             <ul class="dropdown-menu">
-              <li><a href="#">Action</a></li>
-              <li><a href="#">Another action</a></li>
-              <li><a href="#">Something else here</a></li>
+              <li><a href="#">{{_i}}Action{{/i}}</a></li>
+              <li><a href="#">{{_i}}Another action{{/i}}</a></li>
+              <li><a href="#">{{_i}}Something else here{{/i}}</a></li>
               <li class="divider"></li>
-              <li><a href="#">Separated link</a></li>
+              <li><a href="#">{{_i}}Separated link{{/i}}</a></li>
             </ul>
           </li>
         </ul>
 
   <div class="row">
     <div class="span8">
-      <h3>Navbar scaffolding</h3>
-      <p>The navbar requires only a few divs to structure it well for static or fixed display.</p>
+      <h3>{{_i}}Navbar scaffolding{{/i}}</h3>
+      <p>{{_i}}The navbar requires only a few divs to structure it well for static or fixed display.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;div class="navbar navbar-static"&gt;
   &lt;div class="navbar-inner"&gt;
   &lt;/div&gt;
 &lt;/div&gt;
 </pre>
-      <p>To make the navbar fixed, swap the <code>.navbar-static</code> class for <code>.navbar-fixed</code>. In your CSS, you will also need to account for the overlap it causes by adding <code>padding-top: 40px;</code> to your <code>&lt;body&gt;</code>.</p>
+      <p>{{_i}}To make the navbar fixed, swap the <code>.navbar-static</code> class for <code>.navbar-fixed</code>. In your CSS, you will also need to account for the overlap it causes by adding <code>padding-top: 40px;</code> to your <code>&lt;body&gt;</code>.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;div class="navbar navbar-fixed"&gt;
   ...
 &lt;/div&gt;
 </pre>
-      <h3>Brand name</h3>
-      <p>A simple link to show your brand or project name only requires an anchor tag.</p>
+      <h3>{{_i}}Brand name{{/i}}</h3>
+      <p>{{_i}}A simple link to show your brand or project name only requires an anchor tag.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;a class="brand" href="#"&gt;
-  Project name
+  {{_i}}Project name{{/i}}
 &lt;/a&gt;
 </pre>
-      <h3>Search form</h3>
-      <p>Search forms receive custom styles in the navbar with the <code>.navbar-search</code> class. Include <code>.pull-left</code> or <code>.pull-right</code> on the <code>form</code> to align it.</p>
+      <h3>{{_i}}Search form{{/i}}</h3>
+      <p>{{_i}}Search forms receive custom styles in the navbar with the <code>.navbar-search</code> class. Include <code>.pull-left</code> or <code>.pull-right</code> on the <code>form</code> to align it.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;form class="navbar-search"&gt;
-  &lt;input type="text" class="search-query pull-left" placeholder="Search"&gt;
+  &lt;input type="text" class="search-query pull-left" placeholder="{{_i}}Search{{/i}}"&gt;
 &lt;/form&gt;
 </pre>
     </div>
     <div class="span4">
-      <h3>Nav links</h3>
-      <p>Nav items are simple to add via unordered lists.</p>
+      <h3>{{_i}}Nav links{{/i}}</h3>
+      <p>{{_i}}Nav items are simple to add via unordered lists.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;ul class="nav"&gt;
   &lt;li class="active"&gt;
-    &lt;a href="#">Home&lt;/a&gt;
+    &lt;a href="#">{{_i}}Home{{/i}}&lt;/a&gt;
   &lt;/li&gt;
-  &lt;li&gt;&lt;a href="#"&gt;Link&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href="#"&gt;Link&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href="#"&gt;{{_i}}Link{{/i}}&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href="#"&gt;{{_i}}Link{{/i}}&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 </pre>
-      <h3>Adding dropdowns</h3>
-      <p>Adding dropdowns to the nav is super simple, but does require the use of <a href="./javascript.html/#dropdown">our javascript plugin</a>.</p>
+      <h3>{{_i}}Adding dropdowns{{/i}}</h3>
+      <p>{{_i}}Adding dropdowns to the nav is super simple, but does require the use of <a href="./javascript.html/#dropdown">our javascript plugin</a>.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;ul class="nav"&gt;
   &lt;li class="dropdown"&gt;
     &lt;a href="#"
           class="dropdown-toggle"
           data-toggle="dropdown">
-          Account
+          {{_i}}Account{{/i}}
           &lt;b class="caret"&gt;&lt;/b&gt;
     &lt;/a&gt;
     &lt;ul class="dropdown-menu"&gt;
   &lt;/li&gt;
 &lt;/ul&gt;
 </pre>
-    <p><a class="btn" href="./javascript.html/#dropdown">Get the javascript &rarr;</a></p>
+    <p><a class="btn" href="./javascript.html/#dropdown">{{_i}}Get the javascript &rarr;{{/i}}</a></p>
     </div>
   </div>
 
 ================================================== -->
 <section id="breadcrumbs">
   <div class="page-header">
-    <h1>Breadcrumbs <small></small></h1>
+    <h1>{{_i}}Breadcrumbs{{/i}} <small></small></h1>
   </div>
 
   <div class="row">
     <div class="span6">
-      <h3>Why use them</h3>
-      <p>Breadcrumb navigation is used as a way to show users where they are within an app or a site, but not for primary navigation. Keep their use sparse and succinct to be most effective.</p>
+      <h3>{{_i}}Why use them{{/i}}</h3>
+      <p>{{_i}}Breadcrumb navigation is used as a way to show users where they are within an app or a site, but not for primary navigation. Keep their use sparse and succinct to be most effective.{{/i}}</p>
 
-      <h3>Examples</h3>
-      <p>A single example shown as it might be displayed across multiple pages.</p>
+      <h3>{{_i}}Examples{{/i}}</h3>
+      <p>{{_i}}A single example shown as it might be displayed across multiple pages.{{/i}}</p>
       <ul class="breadcrumb">
-        <li class="active">Home</li>
+        <li class="active">{{_i}}Home{{/i}}</li>
       </ul>
       <ul class="breadcrumb">
-        <li><a href="#">Home</a> <span class="divider">/</span></li>
-        <li class="active">Library</li>
+        <li><a href="#">{{_i}}Home{{/i}}</a> <span class="divider">/</span></li>
+        <li class="active">{{_i}}Library{{/i}}</li>
       </ul>
       <ul class="breadcrumb">
-        <li><a href="#">Home</a> <span class="divider">/</span></li>
-        <li><a href="#">Library</a> <span class="divider">/</span></li>
-        <li class="active">Data</li>
+        <li><a href="#">{{_i}}Home{{/i}}</a> <span class="divider">/</span></li>
+        <li><a href="#">{{_i}}Library{{/i}}</a> <span class="divider">/</span></li>
+        <li class="active">{{_i}}Data{{/i}}</li>
       </ul>
     </div>
     <div class="span6">
-      <h3>Markup</h3>
-      <p>HTML is your standard unordered list with links.</p>
+      <h3>{{_i}}Markup{{/i}}</h3>
+      <p>{{_i}}HTML is your standard unordered list with links.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;ul class="breadcrumb"&gt;
   &lt;li&gt;
-    &lt;a href="#"&gt;Home&lt;/a&gt; &lt;span class="divider"&gt;/&lt;/span&gt;
+    &lt;a href="#"&gt;{{_i}}Home{{/i}}&lt;/a&gt; &lt;span class="divider"&gt;/&lt;/span&gt;
   &lt;/li&gt;
   &lt;li&gt;
-    &lt;a href="#"&gt;Library&lt;/a&gt; &lt;span class="divider"&gt;/&lt;/span&gt;
+    &lt;a href="#"&gt;{{_i}}Library{{/i}}&lt;/a&gt; &lt;span class="divider"&gt;/&lt;/span&gt;
   &lt;/li&gt;
   &lt;li class="active"&gt;
-    &lt;a href="#"&gt;Data&lt;/a&gt;
+    &lt;a href="#"&gt;{{_i}}Data{{/i}}&lt;/a&gt;
   &lt;/li&gt;
 &lt;/ul&gt;
 </pre>
 ================================================== -->
 <section id="pagination">
   <div class="page-header">
-    <h1>Pagination <small>Two options for paging through content</small></h1>
+    <h1>{{_i}}Pagination{{/i}} <small>{{_i}}Two options for paging through content{{/i}}</small></h1>
   </div>
 
-  <h2>Multi-page pagination</h2>
+  <h2>{{_i}}Multi-page pagination{{/i}}</h2>
   <div class="row">
     <div class="span4">
-      <h3>When to use</h3>
-      <p>Ultra simplistic and minimally styled pagination inspired by Rdio, great for apps and search results. The large block is hard to miss, easily scalable, and provides large click areas.</p>
-      <h3>Stateful page links</h3>
-      <p>Links are customizable and work in a number of circumstances with the right class. <code>.disabled</code> for unclickable links and <code>.active</code> for current page.</p>
-      <h3>Flexible alignment</h3>
-      <p>Add either of two optional classes to change the alignment of pagination links: <code>.pagination-centered</code> and <code>.pagination-right</code>.</p>
+      <h3>{{_i}}When to use{{/i}}</h3>
+      <p>{{_i}}Ultra simplistic and minimally styled pagination inspired by Rdio, great for apps and search results. The large block is hard to miss, easily scalable, and provides large click areas.{{/i}}</p>
+      <h3>{{_i}}Stateful page links{{/i}}</h3>
+      <p>{{_i}}Links are customizable and work in a number of circumstances with the right class. <code>.disabled</code> for unclickable links and <code>.active</code> for current page.{{/i}}</p>
+      <h3>{{_i}}Flexible alignment{{/i}}</h3>
+      <p>{{_i}}Add either of two optional classes to change the alignment of pagination links: <code>.pagination-centered</code> and <code>.pagination-right</code>.{{/i}}</p>
     </div>
     <div class="span4">
-      <h3>Examples</h3>
-      <p>The default pagination component is flexible and works in a number of variations.</p>
+      <h3>{{_i}}Examples{{/i}}</h3>
+      <p>{{_i}}The default pagination component is flexible and works in a number of variations.{{/i}}</p>
       <div class="pagination">
         <ul>
           <li class="disabled"><a href="#">&laquo;</a></li>
       </div>
     </div>
     <div class="span4">
-      <h3>Markup</h3>
-      <p>Wrapped in a <code>&lt;div&gt;</code>, pagination is just a <code>&lt;ul&gt;</code>.</p>
+      <h3>{{_i}}Markup{{/i}}</h3>
+      <p>{{_i}}Wrapped in a <code>&lt;div&gt;</code>, pagination is just a <code>&lt;ul&gt;</code>.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;div class="pagination"&gt;
   &lt;ul&gt;
     </div>
   </div><!-- /row -->
 
-  <h2>Pager <small>For quick previous and next links</small></h2>
+  <h2>{{_i}}Pager{{/i}} <small>{{_i}}For quick previous and next links{{/i}}</small></h2>
   <div class="row">
     <div class="span4">
-      <h3>About pager</h3>
-      <p>The pager component is a set of links for simple pagination implemenations with light markup and even lighter styles. It's great for simple sites like blogs or magazines.</p>
+      <h3>{{_i}}About pager{{/i}}</h3>
+      <p>{{_i}}The pager component is a set of links for simple pagination implemenations with light markup and even lighter styles. It's great for simple sites like blogs or magazines.{{/i}}</p>
     </div>
     <div class="span4">
-      <h3>Default example</h3>
-      <p>By default, the pager centers links.</p>
+      <h3>{{_i}}Default example{{/i}}</h3>
+      <p>{{_i}}By default, the pager centers links.{{/i}}</p>
       <ul class="pager">
-        <li><a href="#">Previous</a></li>
-        <li><a href="#">Next</a></li>
+        <li><a href="#">{{_i}}Previous{{/i}}</a></li>
+        <li><a href="#">{{_i}}Next{{/i}}</a></li>
       </ul>
 <pre class="prettyprint linenums">
 &lt;ul class="pager"&gt;
   &lt;li&gt;
-    &lt;a href="#"&gt;Previous&lt;/a&gt;
+    &lt;a href="#"&gt;{{_i}}Previous{{/i}}&lt;/a&gt;
   &lt;/li&gt;
   &lt;li&gt;
-    &lt;a href="#"&gt;Next&lt;/a&gt;
+    &lt;a href="#"&gt;{{_i}}Next{{/i}}&lt;/a&gt;
   &lt;/li&gt;
 &lt;/ul&gt;
 </pre>
     </div>
     <div class="span4">
-      <h3>Aligned links</h3>
-      <p>Alternatively, you can align each link to the sides:</p>
+      <h3>{{_i}}Aligned links{{/i}}</h3>
+      <p>{{_i}}Alternatively, you can align each link to the sides:{{/i}}</p>
       <ul class="pager">
-        <li class="previous"><a href="#">&larr; Older</a></li>
-        <li class="next"><a href="#">Newer &rarr;</a></li>
+        <li class="previous"><a href="#">{{_i}}&larr; Older{{/i}}</a></li>
+        <li class="next"><a href="#">{{_i}}Newer &rarr;{{/i}}</a></li>
       </ul>
 <pre class="prettyprint linenums">
 &lt;ul class="pager"&gt;
   &lt;li class="previous"&gt;
-    &lt;a href="#"&gt;&amp;larr; Older&lt;/a&gt;
+    &lt;a href="#"&gt;{{_i}}&amp;larr; Older{{/i}}&lt;/a&gt;
   &lt;/li&gt;
   &lt;li class="next"&gt;
-    &lt;a href="#"&gt;Newer &amp;rarr;&lt;/a&gt;
+    &lt;a href="#"&gt;{{_i}}Newer &amp;rarr;{{/i}}&lt;/a&gt;
   &lt;/li&gt;
 &lt;/ul&gt;
 </pre>
 ================================================== -->
 <section id="thumbnails">
   <div class="page-header">
-    <h1>Thumbnails <small>Grids of images, videos, text, and more</small></h1>
+    <h1>{{_i}}Thumbnails{{/i}} <small>{{_i}}Grids of images, videos, text, and more{{/i}}</small></h1>
   </div>
 
   <div class="row">
     <div class="span6">
-      <h2>Default thumbnails</h2>
-      <p>By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.</p>
+      <h2>{{_i}}Default thumbnails{{/i}}</h2>
+      <p>{{_i}}By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.{{/i}}</p>
       <ul class="thumbnails">
         <li class="span3">
           <a href="#" class="thumbnail">
       </ul>
     </div>
     <div class="span6">
-      <h2>Highly customizable</h2>
-      <p>With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.</p>
+      <h2>{{_i}}Highly customizable{{/i}}</h2>
+      <p>{{_i}}With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.{{/i}}</p>
       <ul class="thumbnails">
         <li class="span3">
           <div class="thumbnail">
             <img src="http://placehold.it/210x150" alt="">
             <div class="caption">
-              <h5>Thumbnail label</h5>
+              <h5>{{_i}}Thumbnail label{{/i}}</h5>
               <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
-              <p><a href="#" class="btn primary">Action</a> <a href="#" class="btn">Action</a></p>
+              <p><a href="#" class="btn primary">{{_i}}Action{{/i}}</a> <a href="#" class="btn">{{_i}}Action{{/i}}</a></p>
             </div>
           </div>
         </li>
           <div class="thumbnail">
             <img src="http://placehold.it/210x150" alt="">
             <div class="caption">
-              <h5>Thumbnail label</h5>
+              <h5>{{_i}}Thumbnail label{{/i}}</h5>
               <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
-              <p><a href="#" class="btn primary">Action</a> <a href="#" class="btn">Action</a></p>
+              <p><a href="#" class="btn primary">{{_i}}Action{{/i}}</a> <a href="#" class="btn">{{_i}}Action{{/i}}</a></p>
             </div>
           </div>
         </li>
 
   <div class="row">
     <div class="span4">
-      <h3>Why use thumbnails</h3>
-      <p>Thumbnails (previously <code>.media-grid</code> up until v1.4) are great for grids of photos or videos, image search results, retail products, portfolios, and much more. They can be links or static content.</p>
+      <h3>{{_i}}Why use thumbnails{{/i}}</h3>
+      <p>{{_i}}Thumbnails (previously <code>.media-grid</code> up until v1.4) are great for grids of photos or videos, image search results, retail products, portfolios, and much more. They can be links or static content.{{/i}}</p>
     </div>
     <div class="span4">
-      <h3>Simple, flexible markup</h3>
-      <p>Thumbnail markup is simple&mdash;a <code>ul</code> with any number of <code>li</code> elements is all that is required. It's also super flexible, allowing for any type of content with just a bit more markup to wrap your contents.</p>
+      <h3>{{_i}}Simple, flexible markup{{/i}}</h3>
+      <p>{{_i}}Thumbnail markup is simple&mdash;a <code>ul</code> with any number of <code>li</code> elements is all that is required. It's also super flexible, allowing for any type of content with just a bit more markup to wrap your contents.{{/i}}</p>
     </div>
     <div class="span4">
-      <h3>Uses grid column sizes</h3>
-      <p>Lastly, the thumbnails component uses existing grid system classes&mdash;like <code>.span2</code> or <code>.span3</code>&mdash;for control of thumbnail dimensions.</p>
+      <h3>{{_i}}Uses grid column sizes{{/i}}</h3>
+      <p>{{_i}}Lastly, the thumbnails component uses existing grid system classes&mdash;like <code>.span2</code> or <code>.span3</code>&mdash;for control of thumbnail dimensions.{{/i}}</p>
     </div>
   </div>
 
   <div class="row">
     <div class="span6">
-      <h2>The markup</h2>
-      <p>As mentioned previously, the required markup for thumbnails is light and straightforward. Here's a look at the default setup <strong>for linked images</strong>:</p>
+      <h2>{{_i}}The markup{{/i}}</h2>
+      <p>{{_i}}As mentioned previously, the required markup for thumbnails is light and straightforward. Here's a look at the default setup <strong>for linked images</strong>:{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;ul class="thumbnails"&gt;
   &lt;li class="span3"&gt;
   ...
 &lt;/ul&gt;
 </pre>
-      <p>For custom HTML content in thumbnails, the markup changes slightly. To allow block level content anywhere, we swap the <code>&lt;a&gt;</code> for a <code>&lt;div&gt;</code> like so:</p>
+      <p>{{_i}}For custom HTML content in thumbnails, the markup changes slightly. To allow block level content anywhere, we swap the <code>&lt;a&gt;</code> for a <code>&lt;div&gt;</code> like so:{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;ul class="thumbnails"&gt;
   &lt;li class="span3"&gt;
     &lt;div class="thumbnail"&gt;
       &lt;img src="http://placehold.it/210x150" alt=""&gt;
-      &lt;h5&gt;Thumbnail label&lt;/h5&gt;
-      &lt;p&gt;Thumbnail caption right here...&lt;/p&gt;
+      &lt;h5&gt;{{_i}}Thumbnail label{{/i}}&lt;/h5&gt;
+      &lt;p&gt;{{_i}}Thumbnail caption right here...{{/i}}&lt;/p&gt;
     &lt;/div&gt;
   &lt;/li&gt;
   ...
 </pre>
     </div>
     <div class="span6">
-      <h2>More examples</h2>
-      <p>Explore all your options with the various grid classes available to you. You can also mix and match different sizes.</p>
+      <h2>{{_i}}More examples{{/i}}</h2>
+      <p>{{_i}}Explore all your options with the various grid classes available to you. You can also mix and match different sizes.{{/i}}</p>
       <ul class="thumbnails">
         <li class="span4">
           <a href="#" class="thumbnail">
 ================================================== -->
 <section id="alerts">
   <div class="page-header">
-    <h1>Alerts <small>Styles for success, warning, and error messages</small></h1>
+    <h1>{{_i}}Alerts{{/i}} <small>{{_i}}Styles for success, warning, and error messages{{/i}}</small></h1>
   </div>
 
-  <h2>Lightweight defaults</h2>
+  <h2>{{_i}}Lightweight defaults{{/i}}</h2>
   <div class="row">
     <div class="span4">
-      <h3>Rewritten base class</h3>
-      <p>With Bootstrap 2, we've simplified the base class: <code>.alert</code> instead of <code>.alert-message</code>. We've also reduced the minimum required markup&mdash;no <code>&lt;p&gt;</code> is required by default, just the outter <code>&lt;div&gt;</code>.</p>
-      <h3>Single alert message</h3>
-      <p>For a more durable component with less code, we've removed the differentiating look for block alerts, messages that come with more padding and typically more text. The class also has changed to <code>.alert-block</code>.</p>
+      <h3>{{_i}}Rewritten base class{{/i}}</h3>
+      <p>{{_i}}With Bootstrap 2, e've simplified the base class: <code>.alert</code> instead of <code>.alert-message</code>. We've also reduced the minimum required markup&mdash;no <code>&lt;p&gt;</code> is required by default, just the outter <code>&lt;div&gt;</code>.{{/i}}</p>
+      <h3>{{_i}}Single alert message{{/i}}</h3>
+      <p>{{_i}}For a more durable component with less code, we've removed the differentiating look for block alerts, messages that come with more padding and typically more text. The class also has changed to <code>.alert-block</code>.{{/i}}</p>
       <hr>
-      <h3>Goes great with javascript</h3>
-      <p>Bootstrap comes with a great jQuery plugin that supports alert messages, making dismissing them quick and easy.</p>
-      <p><a class="btn js-btn" href="./javascript.html#alerts">Get the plugin &raquo;</a></p>
+      <h3>{{_i}}Goes great with javascript{{/i}}</h3>
+      <p>{{_i}}Bootstrap comes with a great jQuery plugin that supports alert messages, making dismissing them quick and easy.{{/i}}</p>
+      <p><a class="btn js-btn" href="./javascript.html#alerts">{{_i}}Get the plugin &raquo;</a>{{/i}}</p>
     </div>
     <div class="span8">
-      <h3>Example alerts</h3>
-      <p>Wrap your message and an optional close icon in a div with simple class.</p>
+      <h3>{{_i}}Example alerts{{/i}}</h3>
+      <p>{{_i}}Wrap your message and an optional close icon in a div with simple class.{{/i}}</p>
       <div class="alert">
         <a class="close">&times;</a>
-        <strong>Warning!</strong> Best check yo self, you’re not looking too good.
+        <strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you’re not looking too good.{{/i}}
       </div>
 <pre class="prettyprint linenums">
 &lt;div class="alert"&gt;
   &lt;a class="close"&gt;&times;&lt;/a&gt;
-  &lt;strong&gt;Warning!&lt;/strong&gt; Best check yo self, you’re not looking too good.
+  &lt;strong&gt;{{_i}}Warning!{{/i}}&lt;/strong&gt; {{_i}}Best check yo self, you’re not looking too good.{{/i}}
 &lt;/div&gt;
 </pre>
-      <p>Easily extend the standard alert message with two optional classes: <code>.alert-block</code> for more padding and text controls and <code>.alert-heading</code> for a matching heading.</p>
+      <p>{{_i}}Easily extend the standard alert message with two optional classes: <code>.alert-block</code> for more padding and text controls and <code>.alert-heading</code> for a matching heading.{{/i}}</p>
       <div class="alert alert-block">
         <a class="close">&times;</a>
-        <h4 class="alert-heading">Warning!</h4>
-        <p>Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
+        <h4 class="alert-heading">{{_i}}Warning!{{/i}}</h4>
+        <p>{{_i}}Best check yo self, you’re not looking too good.{{/i}} Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
       </div>
 <pre class="prettyprint linenums">
 &lt;div class="alert alert-block"&gt;
   &lt;a class="close"&gt;&times;&lt;/a&gt;
-  &lt;h4 class="alert-heading"&gt;Warning!&lt;/h4&gt;
-  Best check yo self, you’re not...
+  &lt;h4 class="alert-heading"&gt;{{_i}}Warning!{{/i}}&lt;/h4&gt;
+  {{_i}}Best check yo self, you’re not...{{/i}}
 &lt;/div&gt;
 </pre>
     </div>
   </div>
 
-  <h2>Contextual alternatives <small>Add optional classes to change an alert's connotation</small></h2>
+  <h2>{{_i}}Contextual alternatives{{/i}} <small>{{_i}}Add optional classes to change an alert's connotation{{/i}}</small></h2>
   <div class="row">
     <div class="span4">
-      <h3>Error or danger</h3>
+      <h3>{{_i}}Error or danger{{/i}}</h3>
       <div class="alert alert-error">
         <a class="close">&times;</a>
-        <strong>Oh snap!</strong> Change a few things up and try submitting again.
+        <strong>{{_i}}Oh snap!{{/i}}</strong> {{_i}}Change a few things up and try submitting again.{{/i}}
       </div>
 <pre class="prettyprint linenums">
 &lt;div class="alert alert-error"&gt;
 </pre>
     </div>
     <div class="span4">
-      <h3>Success</h3>
+      <h3>{{_i}}Success{{/i}}</h3>
       <div class="alert alert-success">
         <a class="close">&times;</a>
-        <strong>Well done!</strong> You successfully read this important alert message.
+        <strong>{{_i}}Well done!{{/i}}</strong> {{_i}}You successfully read this important alert message.{{/i}}
       </div>
 <pre class="prettyprint linenums">
 &lt;div class="alert alert-success"&gt;
 </pre>
     </div>
     <div class="span4">
-      <h3>Information</h3>
+      <h3>{{_i}}Information{{/i}}</h3>
       <div class="alert alert-info">
         <a class="close">&times;</a>
-        <strong>Heads up!</strong> This alert needs your attention, but it’s not super important.
+        <strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}This alert needs your attention, but it’s not super important.{{/i}}
       </div>
 <pre class="prettyprint linenums">
 &lt;div class="alert alert-info"&gt;
 ================================================== -->
       <section id="progress">
         <div class="page-header">
-          <h1>Progress bars <small>For loading, redirecting, or action status</small></h1>
+          <h1>{{_i}}Progress bars{{/i}} <small>{{_i}}For loading, redirecting, or action status{{/i}}</small></h1>
         </div>
 
-        <h2>Examples and markup</h2>
+        <h2>{{_i}}Examples and markup{{/i}}</h2>
         <div class="row">
           <div class="span4">
-            <h3>Basic</h3>
-            <p>Default progress bar with a vertical gradient.</p>
+            <h3>{{_i}}Basic{{/i}}</h3>
+            <p>{{_i}}Default progress bar with a vertical gradient.{{/i}}</p>
             <div class="progress">
               <div class="bar" style="width: 60%;"></div>
             </div>
 </pre>
           </div>
           <div class="span4">
-            <h3>Striped</h3>
-            <p>Uses a gradient to create a striped effect.</p>
+            <h3>{{_i}}Striped{{/i}}</h3>
+            <p>{{_i}}Uses a gradient to create a striped effect.{{/i}}</p>
             <div class="progress info striped">
               <div class="bar" style="width: 20%;"></div>
             </div>
 </pre>
           </div>
           <div class="span4">
-            <h3>Animated</h3>
-            <p>Takes the striped example and animates it.</p>
+            <h3>{{_i}}Animated{{/i}}</h3>
+            <p>{{_i}}Takes the striped example and animates it.{{/i}}</p>
             <div class="progress danger active striped">
               <div class="bar" style="width: 45%"></div>
             </div>
           </div>
         </div>
 
-        <h2>Options and browser support</h2>
+        <h2>{{_i}}Options and browser support{{/i}}</h2>
         <div class="row">
           <div class="span4">
-            <h3>Additional colors</h3>
-            <p>Progress bars utilize some of the same classes as buttons and alert messages for quick styling.</p>
+            <h3>{{_i}}Additional colors{{/i}}</h3>
+            <p>{{_i}}Progress bars utilize some of the same classes as buttons and alert messages for quick styling.{{/i}}</p>
             <ul>
               <li><code>.info</code></li>
               <li><code>.success</code></li>
               <li><code>.danger</code></li>
             </ul>
-            <p>Alternatively, you can customize the LESS files and roll your own colors and sizes.</p>
+            <p>{{_i}}Alternatively, you can customize the LESS files and roll your own colors and sizes.{{/i}}</p>
           </div>
           <div class="span4">
-            <h3>Behavior</h3>
-            <p>Progress bars use CSS3 transitions, so if you dynamically adjust the width via javascript, it will smoothly resize.</p>
-            <p>If you use the <code>.active</code> class, your <code>.striped</code> progress bars will animate the stripes left to right.</p>
+            <h3>{{_i}}Behavior{{/i}}</h3>
+            <p>{{_i}}Progress bars use CSS3 transitions, so if you dynamically adjust the width via javascript, it will smoothly resize.{{/i}}</p>
+            <p>{{_i}}If you use the <code>.active</code> class, your <code>.striped</code> progress bars will animate the stripes left to right.{{/i}}</p>
           </div>
           <div class="span4">
-            <h3>Browser support</h3>
-            <p>Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-8 or older versions of Firefox.</p>
-            <p>Opera does not support animations at this time.</p>
+            <h3>{{_i}}Browser support{{/i}}</h3>
+            <p>{{_i}}Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-8 or older versions of Firefox.{{/i}}</p>
+            <p>{{_i}}Opera does not support animations at this time.{{/i}}</p>
           </div>
         </div>