{%- if doc.see.length %}
<section class="see-also">
<h2>See also</h2>
<ul>
{% for see in doc.see %}
<li>{$ see | marked $}</li>{% endfor %}
</ul>
</section>
{% endif %}