2017-12-18 14:54:39 +00:00
|
|
|
{% if related %}
|
|
|
|
<h4 class="sidebar-h4"> Related </h4>
|
|
|
|
{% for content in related %}
|
2017-12-23 11:06:13 +00:00
|
|
|
<div class="row">
|
|
|
|
{% include "preview.html" %}
|
|
|
|
</div>
|
2017-12-18 14:54:39 +00:00
|
|
|
{% endfor %}
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
{% endif %}
|