camp/content/templates/related.html

11 lines
189 B
HTML
Raw Permalink Normal View History

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 %}