<html>     <head>        {% load staticfiles %} <!-- Prepare django to load static files -->     </head>     <body>         <img src={% static "image.jpg" %}>     </body> </html>

Read more of this post