{% extends 'layouts/base.html' %} {% block content%}

blog

{% if user == "Ben" %} New post {% endif %} {% for blogpost in blogposts %} {% include 'cards/blog_card.html'%}
{% endfor %} {% endblock %}