{% extends "base.html" %} {% block title %}Embed Template: {{ feed_title if feed_title else feed.url }} | discord-rss-bot{% endblock title %} {% block description %}Customize the Discord embed layout, colors, and media for {{ feed_title if feed_title else feed.url }}.{% endblock description %} {% block content %}
{{ render_tag_reference_html(feed=feed, entry=entry, feed_title=feed_title, first_image=first_image, extension_variables=extension_variables, extension_values=extension_values) }}
  • You can use \n to create a new line.
  • You can remove the embed from links by adding < and > around the link. (For example <{% raw %}{{ entry_link }}{% endraw %}>)

Embed content
Use {% raw %}{{ image_1 }}{% endraw %} to use the first image URL found in the entry. You can also configure how many images gets sent via the feed page.

Author

Footer
{% if is_steam_feed %}
Options
{% endif %}
Webhook identity
  • These override the webhook's display name and avatar (profile picture) for messages from this feed.
  • Leave blank to use the webhook's default name and avatar.
  • Username rules: 1–80 characters; cannot contain @, #, :, or `; cannot contain clyde or discord.
  • Avatar must be a full http:// or https:// image URL.
{% endblock content %}