nitweb: migrate frontend to new json/commands
[nit.git] / share / nitweb / views / doc / code.html
1 <div class='card'>
2 <div class='card-body'>
3 <pre ng-bind-html='vm.code.code' />
4 <entity-location loc='vm.code.location' />
5 </div>
6 </div>