Skip to content

Commit

Permalink
added template attribute (#34917)
Browse files Browse the repository at this point in the history
* added template reference

* added more clarification

* quick format nit fix
  • Loading branch information
CrystalOnScript authored Jun 22, 2021
1 parent 002c072 commit c194d57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/amp-render/amp-render.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ Your endpoint must implement the requirements specified in the [CORS Requests in

The `src` attribute may be omitted if the `[src]` attribute exists. `[src]` supports URL and non-URL expression values.

### `template`

References an ID of a defined templating element. This attribute is not necessary if the template is a child of the `amp-render` element.

### `credentials`

Defines a `credentials` option as specified by the [Fetch API](https://fetch.spec.whatwg.org/).
Expand Down

0 comments on commit c194d57

Please sign in to comment.