1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Files
docs/includes
Robert Sese a9571cb7b1 Make child param IDs unique (#20630)
* Make child param IDs unique

* Use span instead of h4

* Add bottom margin
2021-08-04 17:00:11 +00:00
..

Includes

The files in this directory are "includes", snippets of HTML that can be reused in multiple layouts or pages. In Ruby on Rails parlance, these are called "partials".

Using Includes

This example injects the contents of includes/graphql-enum.html into the page:

{% include graphql-enum %}

Writing Includes

Includes must have a .html extension.