1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Files
docs/includes
Grace Park 388e866e15 Delete rest toc item (#20492)
* delete graphql input object/object and rest toc item

* add back input object and object

* Update graphql-object.html
2021-07-26 11:13:56 -07:00
..
2020-09-27 14:10:11 +02: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/header.html into the page:

{% include header %}

Writing Includes

Includes must have a .html extension.