I am struggling with addind an image from /mymodule/static/image.jpg to the front-end. I have tried adding this line to the xml:
<img src="/module/static/img/1.png"/>
as well as this:
<img src="../steemit/static/img/1.png"/>
but it did not worked out