Include images from blog feed

[email protected]
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
Brand new to blogger. 

Just implemented my first blog feed into a client's home page. Now they'd 
like the image they include with each post to also be displayed and I'm not 
sure how to do that.

Here is the code that I have set up:

<script id="entry-template" type="text/x-handlebars-template">
<div class="large-4 columns MarginT20 MarginB20">
<div class="blog-entry">
  <div class="blog-top">
  <span>{{date}}</span>
  <a href="{{url}}" target="_blank"></a>
  <h3>{{title}}</h3>
  </div>
  <div class="blog-content">
<p>{{{content}}}</p>
<p><a href="{{url}}" target="_blank" class="blog-read">Read More</a></p>
<br class="clearfix" />
  </div>
  </div>
    </div>
</div>
</script>

My question is, what code do I need to add to also pull the image in from 
each related blog post?

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.