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

Posts

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

{{ article.title }}

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