I have a .hbs page and i want to show a picture in a directory, but i try some code but is not working properly, maybe someone outside can give me a answer.
So i do this code:
{{#each PhotosFiles}}
{{this.PathFilename}}
<img style="display:block; width:200px;height:200px;" id="" src="{{this.PathFilename}}"/>
<img src="/files/oncargophotos/2022/12/19/354542_0_11659_C.jpg"/>
{{/each}}
and on my webiste appears like that:.
what I have done wrong in my code ?
I already try it other things on my,
{{#each PhotosFiles}}
{{this.PathFilename}}
but i still in the same error