1
0
mirror of synced 2026-01-31 09:01:33 -05:00
Files
docs/includes
Steve Winton 221d6a8902 Reference ui.contributor_callout data attribute
To facilitate localization

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
2021-03-11 12:26:14 -06:00
..
2021-03-05 17:07:09 -05: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
2021-01-14 15:08:00 -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.