{% extends 'Layout/tutorial_list_layout.html' %} {% load wagtailimages_tags %} {% block content %}
{% if title %}

{{title}} News

{% endif %}
{% if filterObj %} {% include 'components/News/MobTile.html' with content=filterObj %} {% else %} {% include 'components/News/MobTile.html' with content=posts %} {% endif %}
{% include 'components/common/paging.html' %}
{% endblock content %}