camp/content/templates/related.html
2017-12-18 14:54:39 +00:00

9 lines
148 B
HTML

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