diff --git a/source/_daily_emails/2024-12-18.md b/source/_daily_emails/2024-12-18.md
index f3eee32e..0aa22fe6 100644
--- a/source/_daily_emails/2024-12-18.md
+++ b/source/_daily_emails/2024-12-18.md
@@ -22,9 +22,11 @@ It's simpler, but I like it.
 My website is built with Sculpin, so I was able to do this easily with Twig by adding the path to the MP3 file to each episode:
 
 ```twig
+{% verbatim -%}
 <audio controls>
   <source src="/files/bb/episodes/{{ page.episode_filename }}" type="audio/mp3">
 </audio>
+{%- endverbatim %}
 ```
 
 This is already live. You can see it on [any of the podcast episode pages][1].