You can display the image using the img tag. In jade, the syntax looks like this:
img.className#IdName(src="/path-to-image.jpg" alt="Image Title")
To display it next to the h3 tag:
.image-block h3 Hello img.className#IdName(src="/path-to-image.jpg" alt="Image Title")
I suggest you read about
source share