{% extends 'blog/base.html' %}{% load i18n blog wagtailimages_tags %}
{% block title %} {{ block.super }} | {{ article.get_parent }} | {{ article }}
{% endblock %}
{% block meta %}
{% endblock %}
{% block content %}
{{ article.description }}
{{ article.owner.get_full_name }}
{{ article.title }}
{% trans 'Suggested' %}
{% for article in article.get_ordered_siblings.specific %}
{% include 'blog/components/article-1.html' %}
{% endfor %}