Example Podcast https://www.example.org/ en © 2024 Jesse Morgan {{ now() | date(format="%a, %e %b %Y %T %z") }} An example podcast John Doe example This is only a test This is only a test John Doe john@example.org episodic {% for entry in entries | sort(attribute="date") | reverse | slice(end=10) %} {{ entry.title }} {% if entry.album %} {{ entry.album }}: {{ entry.title }} {% endif %} {{ entry.artist }} {% if entry.album %}Part of the {{ entry.album }} series {% endif %} By {{ entry.artist }} {{ entry.filename }} {{ entry.date | date(format="%a, %e %b %Y %T %z") }} {{ entry.duration }} false https://example.org/{{ entry | make_filename(template="episodes.html") }} {% endfor %}