2018-06-15 09:13:45 -07:00

6 lines
136 B
HTML

{% if doc.deprecated %}
<section class="deprecated">
<h2>Deprecation notes</h2>
{$ doc.deprecated | marked $}
</section>
{% endif %}