{% extends 'base.html' %} {% block extrahead %} {% for link in account.links %} <link rel="{{ link.rel }}" type="{{ link.type }}" href="{{ link.href }}" /> {% endfor %} {% endblock %} {% block content %} {% include 'blocks/media-list.html' with media_set=account.user.media_set.all %} {% endblock %}