December 2016
Intermediate to advanced
841 pages
17h
English
The template loaded and compiled by MarketView looks as follows:
<div class="panel panel-default fadeInUp animated"> <div class="panel-body"> <h2>{{market}}</h2> <table class="table table-responsible table-condensed"> <thead> <tr> <th>Symbol</th> <th>Name</th> <th>Last Sale</th> <th>Market Capital</th> <th>IPO year</th> <th>Sector</th> <th>industry</th> <th>Quote</th> </tr> </thead> <tbody> {{#each items}} <tr> <td><span class="label label-default">{{Symbol}}</span></td> <td>{{{Name}}}</td> <td>{{LastSale}}</td> <td>{{MarketCap}}</td> <td>{{IPOyear}}</td> <td>{{Sector}}</td> <td>{{industry}}</td> <td> <button class="btn btn-primary btn-sm getQuote" data-symbol="{{Symbol}}"> <span class="glyphicon glyphicon-stats" ...Read now
Unlock full access