1
0
mirror of synced 2025-12-30 21:02:34 -05:00
Files
docs/includes
skullface 83f1e3af44 [SEO] Correct footer links (#18136)
* correct Support link omg

* customer stories link correction

* one more!

Co-authored-by: Sarah Schneider <sarahs@github.com>
2021-03-15 09:57:26 -07:00
..
2021-02-09 22:08:24 +00:00
2020-09-27 14:10:11 +02:00
2020-09-27 14:10:11 +02:00
2020-11-03 13:50:02 -05: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.