diff --git a/publisher/reference/templates/templates.mdx b/publisher/reference/templates/templates.mdx
index e09e255c..b27276ed 100644
--- a/publisher/reference/templates/templates.mdx
+++ b/publisher/reference/templates/templates.mdx
@@ -11,7 +11,6 @@ These templates come with the Podlove Publisher and are always available.
### Downloads (Select)
```handlebars
-{% raw %}
{# @core/shortcode/downloads-select.twig #}
{% spaceless %}
@@ -34,13 +33,11 @@ These templates come with the Podlove Publisher and are always available.
{% endspaceless %}
-{% endraw %}
```
### Downloads (Buttons)
```handlebars
-{% raw %}
{# @core/shortcode/downloads-buttons.twig #}
@@ -53,13 +50,11 @@ These templates come with the Podlove Publisher and are always available.
{% endif %}
{% endfor %}
-{% endraw %}
```
### List of Feeds
```handlebars
-{% raw %}
{# @core/shortcode/feed-list.twig #}
@@ -86,13 +81,11 @@ These templates come with the Podlove Publisher and are always available.
{% endfor %}
-{% endraw %}
```
### List of Episodes
```handlebars
-{% raw %}
{# @core/shortcode/episode-list.twig #}
@@ -138,14 +131,11 @@ These templates come with the Podlove Publisher and are always available.
vertical-align: top;
}
-
-{% endraw %}
```
### License
```handlebars
-{% raw %}
{# @core/license.twig #}
{#
@@ -181,7 +171,6 @@ These templates come with the Podlove Publisher and are always available.
{% endif %}
-{% endraw %}
```
## Contributor Templates
@@ -191,7 +180,6 @@ These templates come with the "Contributors" module.
### List of Podcast Contributors
```handlebars
-{% raw %}
{# @contributors/podcast-contributor-list.twig #}
@@ -310,13 +298,11 @@ These templates come with the "Contributors" module.
}
-{% endraw %}
```
### Table of Podcast Contributors
```handlebars
-{% raw %}
{# @contributors/podcast-contributor-table.twig #}
@@ -334,13 +320,11 @@ These templates come with the "Contributors" module.
{% endif %}
{% include '@contributors/_contributor-table-css.twig' %}
-{% endraw %}
```
### Episode Contributors (comma separated)
```handlebars
-{% raw %}
{# @contributors/contributor-comma-separated.twig #}
@@ -354,13 +338,11 @@ These templates come with the "Contributors" module.
{% endif %}
{% endfor %}
-{% endraw %}
```
### Episode Contributors (as list)
```handlebars
-{% raw %}
{# @contributors/contributor-list.twig #}
@@ -377,13 +359,11 @@ These templates come with the "Contributors" module.
{% endif %}
{% endfor %}
-{% endraw %}
```
### Episode Contributors (as table)
```handlebars
-{% raw %}
{# @contributors/contributor-table.twig #}
{% set colspan = 2 %}
@@ -434,7 +414,6 @@ These templates come with the "Contributors" module.
{% endif %}
{% include '@contributors/_contributor-table-css.twig' %}
-{% endraw %}
```
## Social Templates
@@ -444,7 +423,6 @@ These templates come with the "Social & Donations" module.
### List of Podcast Donations
```handlebars
-{% raw %}
{# @social/podcast-donations-list.twig #}
@@ -467,13 +445,11 @@ These templates come with the "Social & Donations" module.
list-style: none;
}
-{% endraw %}
```
### List of Podcast Social Media Services
```handlebars
-{% raw %}
{# @social/podcast-social-media-list.twig #}
@@ -496,5 +472,4 @@ These templates come with the "Social & Donations" module.
list-style: none;
}
-{% endraw %}
```