Including images

You can include images in your templates by using an img tag.

The image src attribute must:

  1. Be a valid URL.
  2. Use the https protocol.

Info

Data URIs, http URLs, and relative URLs are not supported.

Here is an example of hoy you can include an image in your template:

<img src="https://example.com/image.jpg">