2018-08-08 15:15:56 +08:00

10 lines
193 B
HTML

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