i have added sidebar navigation to my custom page. but the navigation bar in showing end of the page. how can i move it to page left side. following is the layout file i created.
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="customer_account"/>
<body>
<referenceContainer name="content">
<-- content -->
</referenceContainer>
</body>