{% set header_title = 'Settings' %} {% extends 'layouts/layout-1.html' %} {% set navbar_signin = true %} {% set navbar_sticky = true %} {% set navbar_expand_lg = true %} {% block content %}

Settings

{% from "macros/breadcrumbs.html" import breadcrumbs %} {{ breadcrumbs('text-center', [['index', 'Home', 'Settings']]) }}

Profile Information

{% endblock %}