You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
211 B

3 days ago
  1. <#import "../master.ftl" as master>
  2. <@master.layout>
  3. <div class="page-header">
  4. <h3>${roll.rollNo}</h3>
  5. </div>
  6. <div class="row" id="app">
  7. <table class="table">
  8. </table>
  9. </div>
  10. </@master.layout>