26 |
27 |
28 | $user.name, check out the latest episodes from your podcast subscriptions for $today
29 | |
30 |
31 | #foreach( $podcast in $user.podcasts )
32 | ## set the url of the podcast, to reach when clicking the picture
33 | #if( "$podcast.identifier"=="" )
34 | #set( $podcastUrl = "http://www.podcastpedia.org/$podcast.identifier" )
35 | #else
36 | #set( $podcastUrl = "http://www.podcastpedia.org/podcasts/$podcast.podcastId/$podcast.titleInUrl/" )
37 | #end
38 |
39 |
40 |
41 |
42 |
43 |
44 | |
45 |
46 | $podcast.title
47 |
48 | #foreach( $episode in $podcast.episodes )
49 | -
50 | $episode.title
51 |
52 | #end
53 |
54 | |
55 |
56 |
57 | |
58 |
59 | #end
60 |
61 |
62 | Thank you for sharing and connecting with us
63 | $br
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 | |
74 |
75 |
76 |