this.template.html 99 B

1234
  1. {% if doc.this %}
  2. <h3>Method's {% code %}this{% endcode %}</h3>
  3. {$ doc.this | marked $}
  4. {% endif %}