{% extends 'base.html' %} {% block title %} Stuff I follow {% endblock %} {% block head %} {% endblock %} {% block content %} {% for title in titles %} {% set title_url = url_for('title_view', site=title['site'], title_id=title['id']) %}
You're not following any title yet. Try searching for some.
{% endif %} {% endblock %}