nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _layouts / frontpage.html
1 ---
2 layout: base
3 ---
4
5 <div class="jumbotron" id="jqtree">
6      <div class="container">
7         <h1>jqTree</h1>
8         <p>
9             <strong class="title">JqTree</strong> is a jQuery widget for displaying a <strong>tree structure</strong> in html
10             <br>
11             It supports <strong>json data</strong>, loading via <strong>ajax</strong> and <strong>drag-and-drop</strong>.
12         </p>
13         <p>
14             <a class="btn btn-primary" href="https://github.com/mbraak/jqTree/tarball/master">Download jqTree</a>
15         </p>
16     </div>
17 </div>
18 <div class="container">
19     {{ content }}
20 </div>