Available theme / template variables

Here you'll find a list of attributes that are available in the different template files. Not all attributes are available in all templates. To see how to use these attributes in a template, take a look at our Theme editor.

layout.html

Available attributes:
Podcast attributes
    podcast.title
    podcast.subtitle
    podcast.cover_image_url
Blog attributes
    blog.header_image
    blog.links.home
    blog.links.archive
    blog.links.about
Page content
    page_content

index.html

List of episodes
    episodes
Episode attributes
    episode.url
    episode.title
    episode.subtitle
    episode.description
    episode.show_notes
    episode.cover_image_url
Pagination
    pagination.next_page
    pagination.previous_page

show.html

Episode attributes
    episode.url
    episode.title
    episode.subtitle
    episode.description
    episode.show_notes
    episode.published_at
    episode.cover_image_url
Format the date
    {{episode.published_at | date: "%d.%m.%Y"}}
Social
    episode.social_links
    episode.flattr
Web player for episode
    episode.player
Download links
    episode.downloads
Comments
    episode.comments
    episode.comment_form
Comment attributes
    comment.name
    comment.text
    comment.created_at
    comment.image

sidebar.html

Search
    podcast.search_box
Podcast attributes
    podcast.description
    podcast.authors
Feed attributes
    podcast.feeds.mp3
    podcast.feeds.aac
    podcast.feeds.vorbis
    podcast.feeds.opus
Connection attributes
    podcast.connections.twitter
    podcast.connections.appdotnet
    podcast.connections.flattr_id

Subscribe button

Create the Subscribe button for your podcast or network. You can define the look of the button in the podcast settings.
    {% raw %}
    {{podcast.subscribe_button}}
    {% endraw %}