{% extends 'website/accounts/base.html' %} {% load url from future %} {% load fiber_tags thumbnail breadcrumb_tags %} {% block breadcrumb %}{% endblock %} {% block title %}{{ profile.first_name }} {{ profile.last_name }}{% endblock %} {% block bodyclass %}profile-detail{% endblock %} {% block page_title %}

Profil Saya

{% endblock %} {% block pane_content %} content here {% endblock %}