{% extends "cranefly/layout.html" %} {% load i18n %} {% load humanize %} {% load url from future %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(profile.username) }}{% endblock %} {% block container %}
{% endblock %}