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

blog

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