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.

14 lines
206 B

  1. ::use 'design.mtt'::
  2. <div class="col-md-9">
  3. <div class="article">
  4. <h3 ::cond title!=null::>::title::</h3>
  5. <p ::cond text!=null::>
  6. ::raw text::
  7. </p>
  8. ::raw form::
  9. </div>
  10. </div>
  11. ::end::