{% endblock %}
{% block page_sub_content %}
+ {{ block.super }}
{% comment %}
Don't know why this doesn't work :(
{% endcomment %}
+
{% if related_posts %}
<h2 class="dashed dashed--center">{% trans "Also discover" %}</h2>
{% for post in related_posts %}
<div class="container">
<div class="row">
<div class="col-sm-12">
- <hr class="mt0" />
- {% block page_sub_content %}{% endblock %}
+ {% block page_sub_content %}
+ {% if page.get_ascendants|length == 0 %}
+ <hr class="mt0" />
+ {% endif %}
+ {% endblock %}
</div>
</div>
</div>