9 lines
148 B
HTML
9 lines
148 B
HTML
|
{% if related %}
|
||
|
<h4 class="sidebar-h4"> Related </h4>
|
||
|
{% for content in related %}
|
||
|
{% include "preview.html" %}
|
||
|
{% endfor %}
|
||
|
<br>
|
||
|
<br>
|
||
|
{% endif %}
|