By default the .py files in which I create the app are show in the sidebar, but I just want to see “Inicio” and under this I want to create a select_box that contain the years and allow me to surf into that pages (years in this case) . I don’t want to see 2013,2014 as well.
I’ve tried some options but those are shown under the image you see.
Sorry, I should have mentioned – if you use that method, you have to run that code that I shared on every page.
If you look at my example here, you can see that I made a function called “make_sidebar” and I then call that on every page, which is a nice way to do it without repeating yourself too much.