I'm starting in symfony and would like to know how to display an image correctly.
I'm changing the index.html.twing and it stays in app / resource / view / default / and the base.html.twing that stays in app / resource / view /.
I put <img src="../../../src/AppBundle/Resources/public/imagens/logo.png" />
<img src="{{ asset('imagens/dev-total-logo.png') }}" />
How is the right way to do this?