mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
9 lines
162 B
HTML
9 lines
162 B
HTML
{% if parents %}
|
|
<h3>Parent topic</h3>
|
|
<ul>
|
|
{% for p in parents %}
|
|
<li><a href="{{ p.link|e }}">{{ p.title }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
{% endif %}
|