Merge: Base64: Revamped base64_decode and added a strict mode
[nit.git] / share / nitweb / directives / entity / doc.html
1 <div class='card' ng-if='mentity.mdoc'>
2 <div class='card-body'>
3 <div ng-bind-html='mentity.mdoc.html_documentation'></div>
4 </div>
5 </div>