I have created a custom profile page to meet certain requirements, but I still need to add the left side Profile Navigation.
Below is the Web Template code I am using, Please fill the missing web template name:
{% block breadcrumbs %}
{% include 'Breadcrumbs' %}
{% endblock %}
{% block title %}
{% include 'Page Header' %}
{% endblock %}
{% block aside %}
{% include '***** Profile Navigation Web Template Name HERE *****' %}
{% endblock %}
{% block main %}
{% entityform name: 'Profile Web Form' %}
{% endblock %}
Thank you,
Mohammad