Advertisement
Guest User

Untitled

a guest
May 17th, 2016
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. `{% if not is_feed() %}
  2.  
  3. {# display web player for episode #}
  4. {{ episode.player }}
  5.  
  6. {# display download menu for episode #}
  7. {% include "@core/shortcode/downloads-select.twig" %}
  8. {{episode.summary|nl2br}}
  9. <h2>Sendungmitschrift</h2>
  10. [shownotes]
  11. {% elseif is_feed() %}
  12. <p>{{ episode.subtitle }}</p>
  13. <p>{{ episode.summary }}</p>
  14. <br/>
  15. <b>Sendungmitschrift</b>
  16. [shownotes]
  17. {% endif %}
  18.  
  19.  
  20. [Unusal articles] (https://en.wikipedia.org/wiki/Wikipedia:Unusual_articles)
  21. [Tincon] (http://tincon.org/)
  22. [Agloe] (https://en.wikipedia.org/wiki/Agloe,_New_York)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement