Adjust Shownotes with Templates (how to show content in feed and exlude episode content from feed)

Hi Community,

After setting up my podcast etc, I now wanted to adjust the shownotes displayed in spotify & apple music. So I started discovering the podlove templates. What I want to do is:

a) I want to show specific content in the feed only (like Hyperlinks, when the episode was published and other Details). I managed to do this quite well by using:
{% if is_feed() %} My specific content {% endif %}

b) but here the cahllenge: I dont want my episode content to be shown in the feed, but only on my website. I tried: {% if not is_feed() %}{{episode.content}}{% endif %} which did not work out.

–> To solve that problem I simply copied the whole HTML code from my Episode Content, inserted it into “if not feed” and deleted it from my website. So my episode site contains only the podlove shortcode with that order. This solution does what it shall… however, there arise other problems, such as some elements are not shown in the frontend anymore.

QUESTION: Does anybody has an idea how to make the podchatcher crawl ONLY the “if feed”-content and IGNORE the rest content on the episode site?

Thank you for helping,
I did not sleep for 2 days to solve that :frowning:

Additional Information: {% if not is_feed() %}{{episode.content}}{% endif %} seems to “work” (not show episode content in the feed :slight_smile: ), but causes in my case database problems, which crushes my whole server :frowning: :
No idea what the error is:

[Sat May 08 17:23:49 2021] [notice] AH00052: child pid 68035 exit signal Segmentation fault (11)
[Sat May 08 17:23:56 2021] [notice] AH00052: child pid 54152 exit signal Segmentation fault (11)
[Sat May 08 17:27:37 2021] [notice] AH00052: child pid 54325 exit signal Segmentation fault (11)
[Sat May 08 17:27:45 2021] [notice] AH00052: child pid 71270 exit signal Segmentation fault (11)
[Sat May 08 17:27:57 2021] [notice] AH00052: child pid 88888 exit signal Segmentation fault (11)
[Sat May 08 17:28:05 2021] [notice] AH00052: child pid 88914 exit signal Segmentation fault (11)
[Sat May 08 17:28:13 2021] [notice] AH00052: child pid 89005 exit signal Segmentation fault (11)
[Sat May 08 17:28:50 2021] [notice] AH00052: child pid 89017 exit signal Segmentation fault (11)
[Sat May 08 17:29:55 2021] [notice] AH00052: child pid 89041 exit signal Segmentation fault (11)
[Sat May 08 17:30:40 2021] [notice] AH00052: child pid 59673 exit signal Segmentation fault (11)
[Sat May 08 17:32:43 2021] [notice] AH00052: child pid 89829 exit signal Segmentation fault (11)
[Sat May 08 17:32:57 2021] [notice] AH00052: child pid 89850 exit signal Segmentation fault (11)