mainpage.tmpl 171 B

12345678910
  1. <?js
  2. var data = obj;
  3. var self = this;
  4. ?>
  5. <?js if (data.readme) { ?>
  6. <section>
  7. <article class="readme"><?js= data.readme ?></article>
  8. </section>
  9. <?js } ?>