{% extends "base.html" %} {% block content %}

Models

{% for article in articles %} {% if article.category == 'models' %}
{{ article.image }}

{{ article.title }}

{% if article.tags %} {% endif %}

{{ article.summary }}

Continue reading ยป
{% endif %} {% endfor %}
{% endblock %}